Click or drag to resize
DigitalRuneMaterialInstanceCollectionICollectionMaterialInstanceAdd Method
Not supported.

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

Parameters

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

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
NotSupportedException The MaterialInstanceCollection is read-only.
See Also