| Interface | Description |
|---|---|
| Action |
Represents an operation that accepts no input arguments and returns no result.
|
| Action1<T> |
Represents an operation that accepts an input and returns no result
|
| Action2<T,T1> |
Represents an operation that accepts an input and returns no result
|
| Action3<T,T1,T2> |
Represents an operation that accepts an input and returns no result
|
| Action4<T,T1,T2,T3> |
Represents an operation that accepts an input and returns no result
|
| Func<R> |
Represents a function that accepts no input and produces a result
|
| Func2<T1,R> |
Represents a function that accepts an input and produces a result
|
| Func3<T1,T2,R> |
Represents a function that accepts an input and produces a result
|
| Func4<T1,T2,T3,R> |
Represents a function that accepts an input and produces a result
|
| FuncBoolean |
Copyright © 2014. All Rights Reserved.