Namespace: CuteEditor.Convertor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public Param this[ int index ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( _ index As Integer _ ) As Param Get Set |
Visual C++ |
---|
public: property Param^ default[int index] { Param^ get (int index); void set (int index, Param^ value); } |
Parameters
- index
- Type: System..::..Int32