Closure.ToString 方法
定义
创建函数的字符串表示形式,如函数或上下文的名称。Creates a string representation of the function, such as the name of the function or the context.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
返回
函数的字符串表示形式。A string representation of the function.