PrincipalValueCollection<T>.IList.Item[Int32] Eigenschaft
Definition
Ruft das Objekt am angegebenen Index in der Sammlung ab.Gets the object at the specified index in the collection.
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; }
[get: System.Security.SecurityCritical]
[set: System.Security.SecurityCritical]
object System.Collections.IList.Item[int index] { get; set; }
member this.System.Collections.IList.Item(int) : obj with get, set
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.System.Collections.IList.Item(int) : obj with get, set
Property Item(index As Integer) As Object Implements IList.Item
Parameter
- index
- Int32
Eine ganze Zahl.An integer.
Eigenschaftswert
Implementiert
- Attribute