Click or drag to resize
FdfDictionary Class
Represents a sorted dictionary of name-value pairs consumed by the property, commonly displayed as a drop-down list within a property grid. Dictionary name is a (possibly localized) String being displayed in a list, while dictionary value represents actual Object instance corresponding to given name.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericSortedDictionaryString, Object
    FDF.Common.RuntimeFdfDictionary

Namespace: FDF.Common.Runtime
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class FdfDictionary : SortedDictionary<string, Object>

The FdfDictionary type exposes the following members.

Constructors
  NameDescription
Public methodFdfDictionary
Initializes a new instance of the FdfDictionary class
Public methodFdfDictionary(FdfDictionary)
Initializes a new instance of the FdfDictionary class
Top
Properties
Methods
  NameDescription
Public methodTryGetKey
Top
Remarks