BoundsCheckableList1.Item

BoundsCheckableList<T> indexer

Gets or sets paragraph from or to collection.

public T this[int index] { get; set; }
ParameterDescription
indexThe paragraph index.

See Also