NameCollectionAdd(NameCollection) Method

Add a collection of names and descriptions to the collection.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
C#
public void Add(
	NameCollection value
)

Parameters

value  NameCollection
Collection of Names and Descriptions to add.

See Also