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