Interface | Description |
---|---|
Action1<T> |
Interface which defines action which accepts one argument
|
Action2<T1,T2> |
Interface which defines action which accepts two arguments
|
Factory<T> |
Interface which defines factory methods for some specified class
|
Func1<T,TResult> |
Interface which defines function with one argument
|
IndexFunc<T> |
Interface which defines a func which returns element of sequence by its index
|
Predicate<T> |
Interface which defines method which check if argument meets some criteria
|
Class | Description |
---|---|
Size |
Defines a class which allows to specify 2D size of object in pixels
|