NameIDCollectionGetLast Method

Return the last instance of the specified Name.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public NameIDItem GetLast(
	string name
)

Parameters

name  String
Name to search for.

Return Value

NameIDItem
NameIDItem representing the last of the specified Name in the Collection, if found. Otherwise, null.

See Also