ReadOnlyKeyIndexableGraphGetIndexedKeys Method |
[Missing <summary> documentation for "M:Frontenac.Blueprints.Util.Wrappers.ReadOnly.ReadOnlyKeyIndexableGraph.GetIndexedKeys(System.Type)"]
Namespace:
Frontenac.Blueprints.Util.Wrappers.ReadOnly
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic 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:Frontenac.Blueprints.Util.Wrappers.ReadOnly.ReadOnlyKeyIndexableGraph.GetIndexedKeys(System.Type)"]
Return Value
Type:
IEnumerableString[Missing <returns> documentation for "M:Frontenac.Blueprints.Util.Wrappers.ReadOnly.ReadOnlyKeyIndexableGraph.GetIndexedKeys(System.Type)"]
Implements
IKeyIndexableGraphGetIndexedKeys(Type)
See Also