![]() |
Energy Core Library
|
Public Member Functions | |
| delegate string | String () |
| Represents function that only output string More... | |
| delegate TOut | Function< TIn, TOut > (TIn input) |
| delegate void | Function< TIn > (TIn input) |
| delegate void | Function () |
| delegate void | Event () |
| delegate void | Event< TEvent > (TEvent argument) |
| delegate void Energy.Base.Anonymous.Event | ( | ) |
| delegate void Energy.Base.Anonymous.Event< TEvent > | ( | TEvent | argument | ) |
| delegate void Energy.Base.Anonymous.Function | ( | ) |
| delegate void Energy.Base.Anonymous.Function< TIn > | ( | TIn | input | ) |
| delegate TOut Energy.Base.Anonymous.Function< TIn, TOut > | ( | TIn | input | ) |
| delegate string Energy.Base.Anonymous.String | ( | ) |
Represents function that only output string