NameIDCollectionCountOf Method

Return the Count of occurrences of the specified Name.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
C#
public int CountOf(
	string name
)

Parameters

name  String
Name to search for.

Return Value

Int32
Number of instances found.

See Also