Users Pricing

forum

Home Forums Lambda Function Using Unknown Parameter – MindStick

Lambda Function Using Unknown Parameter

Anonymous User 2726 09 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.


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md