Esempio n. 1
0
 internal String ConstructorInfoToString(ConstructorInfo c)
 {
     return(c.GetCSharpRef(ToCSharpOptions.Informative));
 }