Interface IFactory<TOut, TIn1>
Namespace: PoeShared.Prism
Assembly: PoeShared.dll
Syntax
public interface IFactory<out TOut, in TIn1>
Type Parameters
| Name | Description |
|---|---|
| TOut | |
| TIn1 |
Methods
| Name | Description |
|---|---|
| Create(TIn1) |
public interface IFactory<out TOut, in TIn1>
| Name | Description |
|---|---|
| TOut | |
| TIn1 |
| Name | Description |
|---|---|
| Create(TIn1) |