C# Class Spark.AbstractSyntax.AbsSyntaxInfo

Show file Open project: spark-shading-language/spark Class Usage Examples

Public Properties

Property Type Description
range SourceRange

Public Methods

Method Description
AbsSyntaxInfo ( SourceRange range ) : System

Method Details

AbsSyntaxInfo() public method

public AbsSyntaxInfo ( SourceRange range ) : System
range SourceRange
return System

Property Details

range public property

public SourceRange range
return SourceRange