Irakurri ingelesez

Partekatu honen bidez:


SynchronizedReadOnlyCollection.System.Collections.Generic.IList<T>.Item Property 

Gets an element from the thread-safe, read-only collection with a specified index.

Namespace: System.Collections.Generic
Assembly: System.ServiceModel (in system.servicemodel.dll)

Syntax

C#
T IList<T>.this [
    int index
] { get; set; }

Parameters

  • index
    The zero-based index of the element to be retrieved from the collection.

Property Value

The object in the collection that has the specified index.

Platforms

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

SynchronizedReadOnlyCollection Class
SynchronizedReadOnlyCollection Members
System.Collections.Generic Namespace