NameIDCollectionCountOf Method
Return the Count of occurrences of the specified Name.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public int CountOf(
string name
)
Public Function CountOf (
name As String
) As Integer
No code example is currently available or this language may not be supported.
- name String
-
Name to search for.
Int32
Number of instances found.