Interface IProjector<TOut>
Marker for payloads that can project to another type.
Namespace: Glitch9
Assembly: Glitch9.dll
Syntax
public interface IProjector<out TOut>
Type Parameters
| Name | Description |
|---|---|
| TOut |
Methods
| Edit this page View SourceProject()
Declaration
TOut Project()
Returns
| Type | Description |
|---|---|
| TOut |