Implements Item[([(Int32])]).
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public NeedlePoint this[ int index ] { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Default Property Item ( _ index As Integer _ ) As NeedlePoint |
| Visual C++ |
|---|
public: property NeedlePoint^ default[int index] { NeedlePoint^ get (int index); void set (int index, NeedlePoint^ value); } |
Parameters
- index
- Type: System..::.Int32