C# Класс Rosetta.ScriptSharp.Definition.AST.Helpers.TypeReference

Decorates AttributeDecoration.
Наследование: Rosetta.AST.Helpers.TypeReference
Показать файл Открыть проект

Открытые методы

Метод Описание
TypeReference ( Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax typeSyntaxNode ) : System

Initializes a new instance of the TypeReference class.

This is a minimal constructor, some properties might be unavailable.

TypeReference ( Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax typeSyntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System

Initializes a new instance of the TypeReference class.

When providing the semantic model, some properites will be devised from that.

Описание методов

TypeReference() публичный Метод

Initializes a new instance of the TypeReference class.
This is a minimal constructor, some properties might be unavailable.
public TypeReference ( Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax typeSyntaxNode ) : System
typeSyntaxNode Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax
Результат System

TypeReference() публичный Метод

Initializes a new instance of the TypeReference class.
When providing the semantic model, some properites will be devised from that.
public TypeReference ( Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax typeSyntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System
typeSyntaxNode Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax
semanticModel Microsoft.CodeAnalysis.SemanticModel
Результат System