DictionaryElementKeys Property |
[Missing <summary> documentation for "P:VelocityGraph.Frontenac.Blueprints.DictionaryElement.Keys"]
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public 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, TValueKeysSee Also