Click or drag to resize

IndexableGraphContractValidateGetIndex Method

[Missing <summary> documentation for "M:Frontenac.Blueprints.Contracts.IndexableGraphContract.ValidateGetIndex(System.String,System.Type)"]

Namespace:  Frontenac.Blueprints.Contracts
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public static void ValidateGetIndex(
	string indexName,
	Type indexClass
)

Parameters

indexName
Type: SystemString

[Missing <param name="indexName"/> documentation for "M:Frontenac.Blueprints.Contracts.IndexableGraphContract.ValidateGetIndex(System.String,System.Type)"]

indexClass
Type: SystemType

[Missing <param name="indexClass"/> documentation for "M:Frontenac.Blueprints.Contracts.IndexableGraphContract.ValidateGetIndex(System.String,System.Type)"]

See Also