DictionaryElementValues Property  | 
 [Missing <summary> documentation for "P:Frontenac.Blueprints.DictionaryElement.Values"]
 
    Namespace: 
   Frontenac.Blueprints
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic 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, TValueValues
See Also