CSharpCodeWriter.WriteVariableDeclaration(String, String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^ WriteVariableDeclaration(System::String ^ type, System::String ^ name, System::String ^ value);
public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter WriteVariableDeclaration (string type, string name, string value);
member this.WriteVariableDeclaration : string * string * string -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter
Public Function WriteVariableDeclaration (type As String, name As String, value As String) As CSharpCodeWriter
Paramètres
- type
- String
- name
- String
- value
- String