Esempio n. 1
0
 /// <summary>
 /// Constructs a method reference for a non-overloaded method.
 /// </summary>
 /// <param name="type">The type declaring the method.</param>
 /// <param name="methodName">The method name.</param>
 public MethodRef(TypeRef type, string methodName)
 => IL.Throw();