[]
Gets a list template by its index.
public ListTemplate this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index | The index of a list template in the collection. |
| Type | Description |
|---|---|
| ListTemplate | The ListTemplate with the specified index. |
Gets a list template by its name.
public ListTemplate this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name | The name of a list template. |
| Type | Description |
|---|---|
| ListTemplate | The ListTemplate with the specified name. |