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 Css this[ int index ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( _ index As Integer _ ) As Css Get Set |
Visual C++ |
---|
public: property Css default[int index] { Css get (int index); void set (int index, Css value); } |
Parameters
- index
- Type: System..::..Int32