[This is preliminary documentation and is subject to change.]

Remove the property with the given index.

Namespace: Spielwerke.Data
Assembly:  Spielwerke.Data (in Spielwerke.Data.dll)
Version: 1.0.2761.41972

Syntax

C#
void RemoveAt(
	int index
)
Visual Basic (Declaration)
Sub RemoveAt ( _
	index As Integer _
)
Visual C++
void RemoveAt (
	int index
)

Parameters

index
Int32
Index of the property to be removed.

Exceptions

ExceptionCondition
System..::ArgumentOutOfRangeException Thrown if index is smaller than 0 and or greater than the current length of the container.

See Also