WrappedElementGetPropertyKeys Method  | 
 [Missing <summary> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Wrapped.WrappedElement.GetPropertyKeys"]
 
    Namespace: 
   Frontenac.Blueprints.Util.Wrappers.Wrapped
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.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: 
IEnumerableString[Missing <returns> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Wrapped.WrappedElement.GetPropertyKeys"]
Implements
IElementGetPropertyKeys
See Also