Click or drag to resize

WrappedIndexRemove Method

[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Wrapped.WrappedIndex.Remove(System.String,System.Object,VelocityGraph.Frontenac.Blueprints.IElement)"]

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Wrapped
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public void Remove(
	string key,
	Object value,
	IElement element
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Wrapped.WrappedIndex.Remove(System.String,System.Object,VelocityGraph.Frontenac.Blueprints.IElement)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Wrapped.WrappedIndex.Remove(System.String,System.Object,VelocityGraph.Frontenac.Blueprints.IElement)"]

element
Type: VelocityGraph.Frontenac.BlueprintsIElement

[Missing <param name="element"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Wrapped.WrappedIndex.Remove(System.String,System.Object,VelocityGraph.Frontenac.Blueprints.IElement)"]

Implements

IIndexRemove(String, Object, IElement)
See Also