C# Class Spark.Emit.PrefixSpan

Inheritance: ISpan
Mostra file Open project: spark-shading-language/spark

Public Methods

Method Description
Dump ( System writer, string prefix, bool &newLine ) : void
PrefixSpan ( ISpan inner, string prefix ) : System

Method Details

Dump() public method

public Dump ( System writer, string prefix, bool &newLine ) : void
writer System
prefix string
newLine bool
return void

PrefixSpan() public method

public PrefixSpan ( ISpan inner, string prefix ) : System
inner ISpan
prefix string
return System