Click or drag to resize
IoDataFormatCollection Class
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionIoDataFormat
    System.Collections.ObjectModelKeyedCollectionString, IoDataFormat
      FDF.Common.IOIoDataFormatCollection

Namespace: FDF.Common.IO
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class IoDataFormatCollection : KeyedCollection<string, IoDataFormat>

The IoDataFormatCollection type exposes the following members.

Constructors
  NameDescription
Public methodIoDataFormatCollection
Initializes a new instance of the IoDataFormatCollection class
Public methodIoDataFormatCollection(String)
Initializes a new instance of the IoDataFormatCollection class
Top
Properties
  NameDescription
Public propertyDescription
Gets or sets common description for FileReaderWriter class implementation. This description is used as a dialog title.
Top
Methods
See Also