NameObjectCollectionGetValues(String) Method

Gets the values associated with the specified key from this NameObjectCollection.

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[] GetValues(
	string name
)

Parameters

name  String
The String key of the entry that contains the values to get. The key can be null.

Return Value

Object
A Object array that contains the values associated with the specified key from this NameObjectCollection, if found; otherwise, null.

See Also