CSharpCodeWriter.WriteVariableDeclaration(String, String, String) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
Parametry
- type
- String
- name
- String
- value
- String