Пример #1
0
 public virtual string GetSignatureForDocumentation()
 {
     return(DeclaringType.GetSignatureForDocumentation() + "." + Name);
 }