Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のクラスとメソッドを使用します。
public class Foo public Foo Create(string bar) { return new Foo(bar); }
したがって、「作成」を取得することは明らかです。nameof(Foo.Create)
nameof(Foo.Create)
実行時にリフレクションを使用してパラメーターを読み取る以外に、「バー」を取得する方法はありますか?