C# Класс Rosetta.AST.Helpers.AttributeArgument

Helper for accessing argument references in AST.
Наследование: Helper
Показать файл Открыть проект

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