Item

Template indexer

Gets the template item by an index.

public TemplateItem this[int index] { get; }
Parameter Description
index The zero-based index of the template item.

Return Value

An instance of TemplateItem class.

See Also