[]
Gets the element at the specified index.
public Field this[int index] { get; }
Type | Name | Description |
---|---|---|
int | index | The index in the current collection. |
Type | Description |
---|---|
Field | The element at the specified index. |
Gets the field with the specified name.
public Field this[string name] { get; }
Type | Name | Description |
---|---|---|
string | name | The name of the field. |
Type | Description |
---|---|
Field | The Field object with the specified Name, or an empty field if a field with the specified name was not found. |