Class XFactoryProvider
Namespace: Ludiq
Syntax
public static class XFactoryProvider
  Methods
Factories(Type)
Declaration
public static IEnumerable<IFactory> Factories(this Type t)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Type | t | 
Returns
| Type | Description | 
|---|---|
| IEnumerable<IFactory> | 
Factories<T>(Type)
Declaration
public static IEnumerable<T> Factories<T>(this Type t)
    where T : IFactory
  Parameters
| Type | Name | Description | 
|---|---|---|
| Type | t | 
Returns
| Type | Description | 
|---|---|
| IEnumerable<T> | 
Type Parameters
| Name | Description | 
|---|---|
| T |