NameObjectCollectionAdd(String, Object) Method

Adds an entry with the specified name and value to 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 void Add(
	string name,
	Object value
)

Parameters

name  String
The String key of the entry to add. The key can be null.
value  Object
The String value of the entry to add. The value can be null.

Exceptions

NotSupportedException The collection is read-only.

See Also