[]
Gets the element at the specified index.
public CustomProperty this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index of the element to get. |
| Type | Description |
|---|---|
| CustomProperty | The element of type CustomProperty located at the specified index. |
Gets the CustomProperty with the specified property name.
public CustomProperty this[string propertyName] { get; }
| Type | Name | Description |
|---|---|---|
| string | propertyName | The name of the custom property. |
| Type | Description |
|---|---|
| CustomProperty | The CustomProperty with the specified property name, or |