public override string ToString() { if (this.m_toString == null) { this.m_toString = "Void " + RuntimeMethodInfo.ConstructName(this); } return(this.m_toString); }