| MaterialInstanceCollectionIListMaterialInstanceRemoveAt Method |
Not supported.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax void IList<MaterialInstance>.RemoveAt(
int index
)
Private Sub RemoveAt (
index As Integer
) Implements IList(Of MaterialInstance).RemoveAt
private:
virtual void RemoveAt(
int index
) sealed = IList<MaterialInstance^>::RemoveAt
private abstract RemoveAt :
index : int -> unit
private override RemoveAt :
index : int -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index of the item to remove.
Implements
IListTRemoveAt(Int32)Exceptions See Also