NameOf icon indicating copy to clipboard operation
NameOf copied to clipboard

Get method name from interface

Open fraschfn opened this issue 9 years ago • 0 comments

I'd like to get the following working:

Name.OfVoid<IModel>(x => x.Method);

What's working is

Name.OfVoid<SomeConcreteModel>(x => x.Method);

I'd prefer to use the interface

fraschfn avatar Dec 02 '15 11:12 fraschfn