Click or drag to resize
FdfNamedObjectListDictionaryT Class
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryString, ListT
    FDF.CommonFdfNamedObjectListDictionaryT

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class FdfNamedObjectListDictionary<T> : Dictionary<string, List<T>>
where T : IFdfEnumerable

Type Parameters

T

The FdfNamedObjectListDictionaryT type exposes the following members.

Constructors
  NameDescription
Public methodFdfNamedObjectListDictionaryT
Initializes a new instance of the FdfNamedObjectListDictionaryT class
Top
Methods
  NameDescription
Public methodTryGetKeyValuePair
Top
See Also