Click or drag to resize

WrappedIndex.Remove 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: System.String

[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: System.Object

[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.Blueprints.IElement

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

Implements

IIndex.Remove(String, Object, IElement)
See Also