Description:

Finds a specific data type in this regulated collection.

Syntax:
public UserData Find(
Type userdataType
)
Parameters:
  • userdataType
  • Type: System.Type
  • A data type.
Returns:
Type: UserData
The found data, or None of nothing was found.
Available since:
5.0

Nothing found