May I know how to call the static method in Lambda Expression?
|
|
|||
|
closed as not a real question by Ngu Soon Hui Sep 19 '08 at 3:25 |
|
|
I don't really understand the question, it's the same as calling a static method in any case. Class.Method(); Shouldn't really make a difference if the call is from an inline method or not. Here are some examples.. not sure if this is what you were asking.
or
|
|||
|
|
|
|
My I know what do you mean? Maybe some example of what you want to achieve? |
||
|
|
