NameIDCollectionGetLast Method
Return the last instance of the specified Name.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public NameIDItem GetLast(
string name
)
Public Function GetLast (
name As String
) As NameIDItem
No code example is currently available or this language may not be supported.
- name String
-
Name to search for.
NameIDItem
NameIDItem representing the last of the specified Name in the
Collection, if found. Otherwise, null.