Method | Description | |
---|---|---|
ConstructorDefinitionTranslationUnitFactory ( CSharpSyntaxNode node, Microsoft.CodeAnalysis.SemanticModel semanticModel = null, bool createWhenProtected = false ) : System |
Initializes a new instance of the ConstructorDefinitionTranslationUnitFactory class.
|
|
ConstructorDefinitionTranslationUnitFactory ( CSharpSyntaxNode node, bool createWhenProtected = false ) : System |
Initializes a new instance of the ConstructorDefinitionTranslationUnitFactory class.
|
|
ConstructorDefinitionTranslationUnitFactory ( |
Copy initializes a new instance of the ConstructorDefinitionTranslationUnitFactory class. For testability. |
Method | Description | |
---|---|---|
CreateTranslationUnit ( VisibilityToken visibility ) : ITranslationUnit |
Creates the translation unit. Must return a type inheriting from MethodSignatureDeclarationTranslationUnit. |
public ConstructorDefinitionTranslationUnitFactory ( CSharpSyntaxNode node, Microsoft.CodeAnalysis.SemanticModel semanticModel = null, bool createWhenProtected = false ) : System | ||
node | CSharpSyntaxNode | The syntax node. |
semanticModel | Microsoft.CodeAnalysis.SemanticModel | The semantic model |
createWhenProtected | bool | A value indicating whether the factory should create a |
return | System |
public ConstructorDefinitionTranslationUnitFactory ( CSharpSyntaxNode node, bool createWhenProtected = false ) : System | ||
node | CSharpSyntaxNode | The syntax node. |
createWhenProtected | bool | A value indicating whether the factory should create a |
return | System |
public ConstructorDefinitionTranslationUnitFactory ( |
||
other | ||
return | System |
protected CreateTranslationUnit ( VisibilityToken visibility ) : ITranslationUnit | ||
visibility | VisibilityToken | |
return | ITranslationUnit |