VertexGetPropertyKeys Method |
Return all the keys associated with the vertex.
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic override IEnumerable<string> GetPropertyKeys()
Public Overrides Function GetPropertyKeys As IEnumerable(Of String)
public:
virtual IEnumerable<String^>^ GetPropertyKeys() override
abstract GetPropertyKeys : unit -> IEnumerable<string>
override GetPropertyKeys : unit -> IEnumerable<string>
Return Value
Type:
IEnumerableStringthe set of all string keys associated with the vertex
Implements
IElement.GetPropertyKeysIElement.GetPropertyKeys
See Also