public override string ToString() { string str = Enum.GetName(typeof(MethodSemanticsAttributes), Attributes); return(str + " : " + Method.ToString()); }
public override string ToString() { return(EnclosingType.ToString(false) + "." + Method.ToString()); }