ModelItemCollection.IList.Item[Int32] Propriedade
Definição
Obtém ou define o elemento no índice especificado.Gets or sets the element at the specified index.
property System::Object ^ System::Collections::IList::Item[int] { System::Object ^ get(int index); void set(int index, System::Object ^ value); };
object System.Collections.IList.Item[int index] { get; set; }
member this.System.Collections.IList.Item(int) : obj with get, set
Property Item(index As Integer) As Object Implements IList.Item
Parâmetros
- index
- Int32
O índice com base em zero do elemento a ser obtido ou definido.The zero-based index of the element to get or set.
Valor da propriedade
O elemento no índice especificado.The element at the specified index.