forum

Home / DeveloperSection / Forums / Lambda Function Using Unknown Parameter

Lambda Function Using Unknown Parameter

Anonymous User222009-Feb-2014

I see PRISM declaring the following constructor, and I don't understand what's that "o" being used with the lambda function that serves as the second parameter when the base constructor is called:

public DelegateCommand(Action<T> executeMethod)

    : this(executeMethod, (o)=>true)

{           

}

I'd appreciate an explanation.


Updated on 09-Feb-2014
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By