[]
Gets or sets collection item by given index
public Title this[int index] { get; set; }
Type | Name | Description |
---|---|---|
int | index |
Gets the Title with the specified title name.
public Title this[string titleName] { get; }
Type | Name | Description |
---|---|---|
string | titleName | Name of the title. |
Type | Description |
---|---|
Title | Title. |