There is a class in which two methods. One is public , the second is private . In a public method, I create a lambda and I want to call a private class method in it.
How can I do that?
Source: https://ru.stackoverflow.com/questions/559738/
All Articles