[]
Gets a list template by its index.
public ListTemplate this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As ListTemplate
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; }
Public ReadOnly Default Property Item(name As String) As ListTemplate
Type | Name | Description |
---|---|---|
string | name | The name of a list template. |
Type | Description |
---|---|
ListTemplate | The ListTemplate with the specified name. |