C# 클래스 Rosetta.ScriptSharp.Definition.AST.Helpers.TypeReference

Decorates AttributeDecoration.
상속: Rosetta.AST.Helpers.TypeReference
파일 보기 프로젝트 열기: andry-tino/Rosetta

공개 메소드들

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