Click or drag to resize

IndexContractValidateRemove Method

[Missing <summary> documentation for "M:Frontenac.Blueprints.Contracts.IndexContract.ValidateRemove(System.String,System.Object,Frontenac.Blueprints.IElement)"]

Namespace:  Frontenac.Blueprints.Contracts
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public static void ValidateRemove(
	string key,
	Object value,
	IElement element
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Frontenac.Blueprints.Contracts.IndexContract.ValidateRemove(System.String,System.Object,Frontenac.Blueprints.IElement)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Frontenac.Blueprints.Contracts.IndexContract.ValidateRemove(System.String,System.Object,Frontenac.Blueprints.IElement)"]

element
Type: Frontenac.BlueprintsIElement

[Missing <param name="element"/> documentation for "M:Frontenac.Blueprints.Contracts.IndexContract.ValidateRemove(System.String,System.Object,Frontenac.Blueprints.IElement)"]

See Also