Click or drag to resize
DigitalRuneMaterialInstanceCollectionIListMaterialInstanceInsert 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 IList<MaterialInstance>.Insert(
	int index,
	MaterialInstance item
)

Parameters

index
Type: SystemInt32
The zero-based index at which item should be inserted.
item
Type: DigitalRune.Graphics.SceneGraphMaterialInstance
The object to insert into the IListT.

Implements

IListTInsert(Int32, T)
Exceptions
See Also