Gets or sets an element of this
DynamicArray<T>.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Property Item( _ ByVal i As Integer _ ) As T |
C#
|
public T this[ int i ] {get; set;} |
Parameters
-
i
-
Type: int
An index of the element.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also