Visual Basic (Declaration) | |
---|---|
Public Default Property Item( _ ByVal index As Integer _ ) As TimeInterval |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public TimeInterval this[ int index ]; {get; set;} |
C++/CLI | |
---|---|
public: property TimeInterval default [int] { TimeInterval get(int index); void set (int index, TimeInterval value); } |
Parameters
- index