public sealed override string ToString() { // A constructor's "return type" is always System.Void and we don't want to allocate a ParameterInfo object to record that revelation. // In deference to that, ComputeToString() lets us pass null as a synonym for "void." return(RuntimeMethodHelpers.ComputeToString(this, Array.Empty <RuntimeTypeInfo>(), RuntimeParameters, returnParameter: null)); }
public sealed override String ToString() { return(RuntimeMethodHelpers.ComputeToString(ref _common, this, Array.Empty <RuntimeTypeInfo>())); }
public sealed override String ToString() { return(RuntimeMethodHelpers.ComputeToString(this, Array.Empty <RuntimeTypeInfo>(), RuntimeParameters, RuntimeReturnParameter)); }