Click or drag to resize
DigitalRuneMaterialICollectionKeyValuePairString, EffectBindingRemove Method

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
bool ICollection<KeyValuePair<string, EffectBinding>>.Remove(
	KeyValuePair<string, EffectBinding> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, EffectBinding
The object to remove from the ICollectionT.

Return Value

Type: Boolean
true if item was successfully removed from the ICollectionT; otherwise, false. This method also returns false if item is not found in the original ICollectionT.

Implements

ICollectionTRemove(T)
Exceptions
See Also