ConstructorRewriter - конструктор |
Пространство имён:
Tessa.Compilation
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public ConstructorRewriter(
ConstructorDeclarationSyntax declarationSyntax,
string rewriteTo
)
Public Sub New (
declarationSyntax As ConstructorDeclarationSyntax,
rewriteTo As String
)
public:
ConstructorRewriter(
ConstructorDeclarationSyntax^ declarationSyntax,
String^ rewriteTo
)
new :
declarationSyntax : ConstructorDeclarationSyntax *
rewriteTo : string -> ConstructorRewriter
Параметры
- declarationSyntax
- Тип: ConstructorDeclarationSyntax
- rewriteTo
- Тип: SystemString
См. также