NameObjectCollectionGet(Int32) Method

Gets the values at the specified index of this NameObjectCollection combined into one comma-separated list.

Definition

Namespace: DevCase.Runtime.Collections
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual Object Get(
	int index
)

Parameters

index  Int32
The zero-based index of the entry that contains the values to get from the collection.

Return Value

Object
A String that contains a comma-separated list of the values at the specified index of this NameObjectCollection, if found; otherwise, null.

Exceptions

ArgumentOutOfRangeException index is outside the valid range of indexes for the collection.

See Also