Static
$tStatic
nextGets the number of display text values in the collection.
Adds a display text value to the collection.
[[ArgumentNullException]] 'item' is null or empty.
[[ArgumentException]] 'item' matches another value in the collection. Values are compared case-insensitively.
The display text value to add to the collection.
Clears the collection.
[[InvalidOperationException]] The collection is owned by a [[FixedValuesFilter]] which only allowed the values in the collection. Clearing the collection would prevent the filter from including any values, which is not allowed for a FixedValuesFilter.
Inserts a display text value into the collection.
[[ArgumentNullException]] 'item' is null or empty.
[[ArgumentException]] 'item' matches another value in the collection. Values are compared case-insensitively.
[[ArgumentOutOfRangeException]] 'index' is less than 0 or greater than [[count]].
The 0-based index where the value should be inserted.
The display text value to insert into the collection.
Gets or sets the display text value at the specified index.
[[ArgumentOutOfRangeException]] 'index' is less than 0 or greater than or equal to [[count]].
[[ArgumentNullException]] The value assigned is null.
[[ArgumentException]] The value assigned matches another value in the collection. Values are compared case-insensitively.
Removes the display text value at the specified index.
[[ArgumentOutOfRangeException]] 'index' is less than 0 or greater than or equal to [[count]].
[[InvalidOperationException]] This operation removes the last item in the collection and it is owned by a [[FixedValuesFilter]] which only allowed the values in the collection. Clearing the collection would prevent the filter from including any values, which is not allowed for a FixedValuesFilter.
The 0-based index of the value to remove.
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
referenceStatic
static
A collection of display text values.
See