/ Published in: C#
Expand |
Embed | Plain Text
class Foo { public Foo(int bar) { } } Func<int, Foo> foo = Foo;
You need to login to post a comment.
class Foo { public Foo(int bar) { } } Func<int, Foo> foo = Foo;
You need to login to post a comment.