C# Class Rosetta.ScriptSharp.Definition.AST.Helpers.BaseTypeReference

Decorates AttributeDecoration.
Inheritance: Rosetta.AST.Helpers.BaseTypeReference
ファイルを表示 Open project: andry-tino/Rosetta

Public Methods

Method Description
BaseTypeReference ( BaseTypeSyntax baseTypeSyntaxNode ) : System

Initializes a new instance of the BaseTypeReference class.

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

BaseTypeReference ( BaseTypeSyntax baseTypeSyntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System

Initializes a new instance of the TypeReference class.

Type kind will be stored statically.

BaseTypeReference ( BaseTypeSyntax baseTypeSyntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel, TypeKind kind ) : System

Initializes a new instance of the TypeReference class.

Type kind will be stored statically.

Method Details

BaseTypeReference() public method

Initializes a new instance of the BaseTypeReference class.
This is a minimal constructor, some properties might be unavailable.
public BaseTypeReference ( BaseTypeSyntax baseTypeSyntaxNode ) : System
baseTypeSyntaxNode BaseTypeSyntax
return System

BaseTypeReference() public method

Initializes a new instance of the TypeReference class.
Type kind will be stored statically.
public BaseTypeReference ( BaseTypeSyntax baseTypeSyntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System
baseTypeSyntaxNode BaseTypeSyntax
semanticModel Microsoft.CodeAnalysis.SemanticModel
return System

BaseTypeReference() public method

Initializes a new instance of the TypeReference class.
Type kind will be stored statically.
public BaseTypeReference ( BaseTypeSyntax baseTypeSyntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel, TypeKind kind ) : System
baseTypeSyntaxNode BaseTypeSyntax
semanticModel Microsoft.CodeAnalysis.SemanticModel
kind TypeKind
return System