In the collection, it finds the last item with the given name name.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public XSprite LastFind(
	string name
)

Parameters

name
Type: System..::.String
Searched item name.

Return Value

Returns the found item with the given name name.

See Also