FunctionWrapper.ToString Método
Definição
Cria uma representação de cadeia de caracteres da função.Creates a string representation of the function.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
Retornos
Uma representação de cadeia de caracteres da função que contém a fonte de função, os membros da função e o nome da função.A string representation of the function that contains the function source, the function members, and the function name.