Method | Description | |
---|---|---|
AttributeLists ( BaseTypeDeclarationSyntax syntaxNode ) : System |
Initializes a new instance of the AttributeLists class.
|
|
AttributeLists ( BaseTypeDeclarationSyntax syntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System |
Initializes a new instance of the AttributeLists class. When providing the semantic model, some properites will be devised from that. |
public AttributeLists ( BaseTypeDeclarationSyntax syntaxNode ) : System | ||
syntaxNode | BaseTypeDeclarationSyntax | |
return | System |
public AttributeLists ( BaseTypeDeclarationSyntax syntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System | ||
syntaxNode | BaseTypeDeclarationSyntax | |
semanticModel | Microsoft.CodeAnalysis.SemanticModel | |
return | System |