ClassCatalog.

GetInstances<T>() Method

Summary

Gets instances for all classes of a specified type..

Syntax

public IEnumerable<T> GetInstances<T>()

Type Parameters

Name Description
T The type of instances to get.

Return Value

Type Description
IEnumerable<T> Instances for all classes of type T.
GitHub