|
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) |
|
static void DelegateExtensions.Clear< T > |
( |
this Func< T > |
f, |
|
|
T |
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: