MonobjcMonobjc Documented Class Library
RemoveAt Method (index)
NamespacesMonobjc.FoundationNSArrayRemoveAt(Int32)
Removes the IList<(Of <(<'T>)>)> item at the specified index.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveAt(
	int index
)
Public Overridable Sub RemoveAt ( _
	index As Integer _
)
public:
virtual void RemoveAt(
	int index
)
Parameters
index (Int32)
The zero-based index of the item to remove.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the IList<(Of <(<'T>)>)>.
NotSupportedExceptionThis instance is immutable
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)