| MaterialICollectionKeyValuePairString, EffectBindingRemove Method |
Removes the first occurrence of a specific object from the
ICollectionT.
Namespace: DigitalRune.GraphicsAssembly: 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
)
Private Function Remove (
item As KeyValuePair(Of String, EffectBinding)
) As Boolean Implements ICollection(Of KeyValuePair(Of String, EffectBinding)).Remove
private:
virtual bool Remove(
KeyValuePair<String^, EffectBinding^> item
) sealed = ICollection<KeyValuePair<String^, EffectBinding^>>::Remove
private abstract Remove :
item : KeyValuePair<string, EffectBinding> -> bool
private override Remove :
item : KeyValuePair<string, EffectBinding> -> bool
Parameters
- item
- Type: System.Collections.GenericKeyValuePairString, EffectBinding
The object to remove from the ICollectionT.
Return Value
Type:
Booleantrue 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