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