Method | Description | |
---|---|---|
AddConstructor ( |
||
AllConstructorsHaveParameter ( string parameterName ) : bool | ||
ClassWithSourceCode ( ) : Microsoft.CodeAnalysis.CSharp.Syntax |
This constructor is only for test cases, don't use it in production code
|
|
ClassWithSourceCode ( Microsoft.CodeAnalysis.CSharp.Syntax.ClassDeclarationSyntax classDeclaration ) : Microsoft.CodeAnalysis.CSharp.Syntax |
public AddConstructor ( |
||
constructor | ||
return | void |
public AllConstructorsHaveParameter ( string parameterName ) : bool | ||
parameterName | string | |
return | bool |
public ClassWithSourceCode ( ) : Microsoft.CodeAnalysis.CSharp.Syntax | ||
return | Microsoft.CodeAnalysis.CSharp.Syntax |
public ClassWithSourceCode ( Microsoft.CodeAnalysis.CSharp.Syntax.ClassDeclarationSyntax classDeclaration ) : Microsoft.CodeAnalysis.CSharp.Syntax | ||
classDeclaration | Microsoft.CodeAnalysis.CSharp.Syntax.ClassDeclarationSyntax | |
return | Microsoft.CodeAnalysis.CSharp.Syntax |