NameObjectCollectionAdd(NameObjectCollection) Method

Copies the entries in the specified NameObjectCollection to the current 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 void Add(
	NameObjectCollection c
)

Parameters

c  NameObjectCollection
this NameObjectCollection to copy to the current NameObjectCollection.

Exceptions

NotSupportedException The collection is read-only.
ArgumentNullException c is null.

See Also