DoubleCollection::Item Property (Int32)
.NET Framework (current version)
Gets or sets the Double at the specified zero-based index.
Assembly: PresentationCore (in PresentationCore.dll)
public: property double default[ int index ] { virtual double get(int index) sealed; virtual void set(int index, double value) sealed; }
Parameters
- index
-
Type:
System::Int32
The zero-based index of the Double value to get or set.
Implements
IList<T>::Item[Int32]| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is not a valid index in the DoubleCollection. |
| NotSupportedException |
.NET Framework
Available since 3.0
Available since 3.0
Show: