[]
Gets or sets the object with the specified property name.
public object this[string property] { get; set; }
Public Default Property Item([property] As String) As Object
Type | Name | Description |
---|---|---|
string | property |
Gets or sets the object at the specified index.
public object this[int index] { get; set; }
Public Default Property Item(index As Integer) As Object
Type | Name | Description |
---|---|---|
int | index |