DictionaryElementValues Property |
[Missing <summary> documentation for "P:VelocityGraph.Frontenac.Blueprints.DictionaryElement.Values"]
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public virtual ICollection<Object> Values { get; }
Public Overridable ReadOnly Property Values As ICollection(Of Object)
Get
public:
virtual property ICollection<Object^>^ Values {
ICollection<Object^>^ get ();
}
abstract Values : ICollection<Object> with get
override Values : ICollection<Object> with get
Property Value
Type:
ICollectionObjectImplements
IDictionaryTKey, TValueValuesSee Also