Click or drag to resize
IoDataWriterT Class
Interface providing generic writing capabilities for the specified Type.
Inheritance Hierarchy
SystemObject
  FDF.Common.IOIoDataReaderWriter
    FDF.Common.IOIoDataWriterT
      More...

Namespace: FDF.Common.IO
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public abstract class IoDataWriter<T> : IoDataReaderWriter

Type Parameters

T
A Type whose writing is being provided by this interface.

The IoDataWriterT type exposes the following members.

Constructors
  NameDescription
Public methodIoDataWriterT
Initializes a new instance of the IoDataWriterT class
Top
Properties
  NameDescription
Public propertyOverWrite
Top
Methods
Remarks