ReadOnlyCollectionBuilder<T>::Item Property (Int32)
.NET Framework (current version)
Gets or sets the element at the specified index.
Assembly: System.Core (in System.Core.dll)
public: property T default[ int index ] { virtual T get(int index) sealed; virtual void set(int index, T value) sealed; }
Parameters
- index
-
Type:
System::Int32
The zero-based index of the element to get or set.
Implements
IList<T>::Item[Int32]
.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Available since 4.0
Silverlight
Available since 4.0
Show: