C# 클래스 Rosetta.AST.Helpers.AttributeArgument

Helper for accessing argument references in AST.
상속: Helper
파일 보기 프로젝트 열기: andry-tino/Rosetta

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

AttributeArgument() 공개 메소드

Initializes a new instance of the AttributeArgument class.
public AttributeArgument ( AttributeArgumentSyntax syntaxNode ) : System
syntaxNode AttributeArgumentSyntax
리턴 System

AttributeArgument() 공개 메소드

Initializes a new instance of the AttributeArgument class.
When providing the semantic model, some properites will be devised from that.
public AttributeArgument ( AttributeArgumentSyntax syntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System
syntaxNode AttributeArgumentSyntax
semanticModel Microsoft.CodeAnalysis.SemanticModel
리턴 System