IdGraphGetIndexedKeys Method |
[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Id.IdGraph.GetIndexedKeys(System.Type)"]
Namespace:
VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Id
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public IEnumerable<string> GetIndexedKeys(
Type elementClass
)
Public Function GetIndexedKeys (
elementClass As Type
) As IEnumerable(Of String)
public:
virtual IEnumerable<String^>^ GetIndexedKeys(
Type^ elementClass
) sealed
abstract GetIndexedKeys :
elementClass : Type -> IEnumerable<string>
override GetIndexedKeys :
elementClass : Type -> IEnumerable<string>
Parameters
- elementClass
- Type: SystemType
[Missing <param name="elementClass"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Id.IdGraph.GetIndexedKeys(System.Type)"]
Return Value
Type:
IEnumerableString[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Id.IdGraph.GetIndexedKeys(System.Type)"]
Implements
IKeyIndexableGraphGetIndexedKeys(Type)See Also