Summary
Gets instances for all classes of a specified type..
- Assembly
- Wyam
.Configuration .dll - Namespace
- Wyam
.Configuration .Assemblies - Containing Type
- ClassCatalog
Syntax
public IEnumerable<T> GetInstances<T>()
Type Parameters
Name | Description |
---|---|
T | The type of instances to get. |
Return Value
Type | Description |
---|---|
IEnumerable |
Instances for all classes of type T . |