NameObjectCollectionSet Method

Sets the value of an entry 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 virtual void Set(
	string name,
	Object value
)

Parameters

name  String
The String key of the entry to add the new value to. The key can be null.
value  Object
The Object that represents the new value to add to the specified entry. The value can be null.

Exceptions

NotSupportedException The collection is read-only.

See Also