Method FindObjectsOfType
FindObjectsOfType<T>()
Locates all objects of the specified type.
public static IEnumerable<T> FindObjectsOfType<T>() where T : NwObject
Returns
- IEnumerable<T>
An enumeration containing all objects of the specified type.
Type Parameters
TThe type of objects to search.