DictionaryElementKeys Property  | 
 [Missing <summary> documentation for "P:Frontenac.Blueprints.DictionaryElement.Keys"]
 
    Namespace: 
   Frontenac.Blueprints
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic virtual ICollection<string> Keys { get; }Public Overridable ReadOnly Property Keys As ICollection(Of String)
	Get
public:
virtual property ICollection<String^>^ Keys {
	ICollection<String^>^ get ();
}abstract Keys : ICollection<string> with get
override Keys : ICollection<string> with get
Property Value
Type: 
ICollectionStringImplements
IDictionaryTKey, TValueKeys
See Also