Click or drag to resize
DigitalRuneMaterialInstanceCollection.ICollection<MaterialInstance>.Add 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.SceneGraph.MaterialInstance
The object to add to the ICollection<T>.

Implements

ICollection<T>.Add(T)
Exceptions
ExceptionCondition
NotSupportedException The MaterialInstanceCollection is read-only.
See Also