Click or drag to resize
FdfEnumerableListT Class
Represents a list of enumerable members.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListT
    FDF.CommonFdfQueryableListT
      FDF.CommonFdfEnumerableListT
        FDF.Common.FeaturesFdoFeatureCollection

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public class FdfEnumerableList<T> : FdfQueryableList<T>
where T : IFdfEnumerable, IFdfQueryable

Type Parameters

T
Enumerable member type.

The FdfEnumerableListT type exposes the following members.

Constructors
  NameDescription
Public methodFdfEnumerableListT
Initializes a new instance of the FdfEnumerableListT class
Top
Methods
  NameDescription
Public methodAsDictionary
Returns a dictionary of enumerable members.
Top
Remarks
Members in this collection are accessible by their index.
See Also