NameObjectCollectionItem(String) Property

Gets or sets the entry with the specified key in 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 Object this[
	string name
] { get; set; }

Parameters

name  String
The String key of the entry to locate. The key can be null.

Return Value

Object
A Object that contains the comma-separated list of values associated with the specified key, if found; otherwise, null.

Exceptions

NotSupportedException The collection is read-only and the operation attempts to modify the collection.

See Also