MonobjcMonobjc Documented Class Library
Item Property (index)
NamespacesMonobjc.FoundationNSArrayItem[([( Int32])])
Gets or sets the element at the specified index.
Declaration Syntax
C#Visual BasicVisual C++
public virtual Id this[
	int index
] { get; set; }
Public Overridable Default Property Item ( _
	index As Integer _
) As Id
	Get
	Set
public:
virtual property Id^ default[int index] {
	Id^ get (int index);
	void set (int index, Id^ value);
}
Parameters
index (Int32)
Value
Return Value
The element at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the IList<(Of <(<'T>)>)>.
NotSupportedExceptionThe property is set and the IList<(Of <(<'T>)>)> is read-only.
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)