MonobjcMonobjc Documented Class Library
RemoveAt Method (index)
NamespacesMonobjc.FoundationNSMutableArrayRemoveAt(Int32)
Removes the IList<(Of <(<'T>)>)> item at the specified index.
Declaration Syntax
C#Visual BasicVisual C++
public override void RemoveAt(
	int index
)
Public Overrides Sub RemoveAt ( _
	index As Integer _
)
public:
virtual void RemoveAt(
	int index
) override
Parameters
index (Int32)
The zero-based index of the item to remove.
Exceptions
ExceptionCondition
NotSupportedExceptionThe IList<(Of <(<'T>)>)> is read-only.
ArgumentOutOfRangeExceptionindex is not a valid index in the IList<(Of <(<'T>)>)>.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)