예제 #1
0
 /// <summary>
 /// Gets the ToString() method or null if there was an error
 /// </summary>
 /// <returns></returns>
 public CorMethodInfo GetToStringMethod()
 {
     return(MetaDataUtils.GetToStringMethod(this));
 }
예제 #2
0
 /// <summary>
 /// Gets the ToString() method or null if there was an error
 /// </summary>
 /// <returns></returns>
 public CorMethodInfo GetToStringMethod() => MetaDataUtils.GetToStringMethod(this);