Interface providing generic writing capabilities for the specified
Type.
Inheritance Hierarchy
Namespace: FDF.Common.IOAssembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax public abstract class IoDataWriter<T> : IoDataReaderWriter
Public MustInherit Class IoDataWriter(Of T)
Inherits IoDataReaderWriter
generic<typename T>
public ref class IoDataWriter abstract : public IoDataReaderWriter
[<AbstractClassAttribute>]
type IoDataWriter<'T> =
class
inherit IoDataReaderWriter
end
Type Parameters
- T
- A Type whose writing is being provided by this interface.
The IoDataWriterT type exposes the following members.
Constructors
| Name | Description |
---|
| IoDataWriterT | Initializes a new instance of the IoDataWriterT class |
TopProperties Methods Remarks See Also Inheritance Hierarchy