프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
AttributeArgument ( AttributeArgumentSyntax syntaxNode ) : System |
Initializes a new instance of the AttributeArgument class.
|
|
AttributeArgument ( AttributeArgumentSyntax syntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System |
Initializes a new instance of the AttributeArgument class. When providing the semantic model, some properites will be devised from that. |
public AttributeArgument ( AttributeArgumentSyntax syntaxNode ) : System | ||
syntaxNode | AttributeArgumentSyntax | |
리턴 | System |
public AttributeArgument ( AttributeArgumentSyntax syntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System | ||
syntaxNode | AttributeArgumentSyntax | |
semanticModel | Microsoft.CodeAnalysis.SemanticModel | |
리턴 | System |