NameCollectionAdd(NameCollection) Method

Add a collection of names and descriptions to the collection.

Definition

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

Parameters

value  NameCollection
Collection of Names and Descriptions to add.

See Also