ConstructName() static private method

static private ConstructName ( MethodBase mi ) : string
mi MethodBase
return string
Esempio n. 1
0
 public override string ToString()
 {
     if (this.m_toString == null)
     {
         this.m_toString = "Void " + RuntimeMethodInfo.ConstructName(this);
     }
     return(this.m_toString);
 }