Click or drag to resize
DigitalRuneMaterialInstanceCollectionICollectionMaterialInstanceRemove Method
Not supported.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
bool ICollection<MaterialInstance>.Remove(
	MaterialInstance item
)

Parameters

item
Type: DigitalRune.Graphics.SceneGraphMaterialInstance
The object to remove from the ICollectionT.

Return Value

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

Implements

ICollectionTRemove(T)
Exceptions
See Also