Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Static Public Member Functions | List of all members
DelegateExtensions Class Reference

Static Public Member Functions

static void Clear< T > (this Func< T > f, T defaultValue)
 
static void Clear< T, R > (this Func< T, R > f, R defaultValue)
 
static void Clear< T, U, R > (this Func< T, U, R > f, R defaultValue)
 
static void Clear< T, U, V, R > (this Func< T, U, V, R > f, R defaultValue)
 
static void Clear< T, U, V, W, R > (this Func< T, U, V, W, R > f, R defaultValue)
 

Member Function Documentation

static void DelegateExtensions.Clear< T > ( this Func< T >  f,
defaultValue 
)
inlinestatic
static void DelegateExtensions.Clear< T, R > ( this Func< T, R f,
R  defaultValue 
)
inlinestatic
static void DelegateExtensions.Clear< T, U, R > ( this Func< T, U, R f,
R  defaultValue 
)
inlinestatic
static void DelegateExtensions.Clear< T, U, V, R > ( this Func< T, U, V, R f,
R  defaultValue 
)
inlinestatic
static void DelegateExtensions.Clear< T, U, V, W, R > ( this Func< T, U, V, W, R f,
R  defaultValue 
)
inlinestatic

The documentation for this class was generated from the following file: