NameCollectionAdd(String, String) Method

Create and add a new Name Item to the Collection by member values.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public NameItem Add(
	string name,
	string description
)

Parameters

name  String
The Name for this Item.
description  String
Description of the Item.

Return Value

NameItem
Newly created and added NameItem.

See Also