Wähle von der Dropdown-Liste, um den Text zu vervollständigen.
( Action, Func, Predicate ) delegates take no parameters and return nothing (they are void).
( Func, Action, Predicate ) delegates should be used if you are expecting return values.
( Predicate, Action, Func ) functions are a delegate or anonymous function which returns a boolean.