C# Class Spark.ResolvedSyntax.ResTypeVarRef

Inheritance: IResTypeExp
ファイルを表示 Open project: spark-shading-language/spark

Public Methods

Method Description
ResTypeVarRef ( SourceRange range, IResTypeParamDecl varDecl ) : System
Substitute ( Substitution subst ) : IResTypeExp
ToString ( ) : string

Method Details

ResTypeVarRef() public method

public ResTypeVarRef ( SourceRange range, IResTypeParamDecl varDecl ) : System
range SourceRange
varDecl IResTypeParamDecl
return System

Substitute() public method

public Substitute ( Substitution subst ) : IResTypeExp
subst Substitution
return IResTypeExp

ToString() public method

public ToString ( ) : string
return string