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

Decorates AttributeDecoration.
Inheritance: Rosetta.AST.Helpers.BaseTypeReference
Afficher le fichier Open project: andry-tino/Rosetta

Méthodes publiques

Méthode 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 méthode

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
Résultat System

BaseTypeReference() public méthode

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
Résultat System

BaseTypeReference() public méthode

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
Résultat System