C# Class FogCreek.Wasabi.AST.CCast

Inheritance: FogCreek.Wasabi.AST.CParenExpression
Show file Open project: FogCreek/RoslynGenerator

Public Methods

Method Description
CCast ( FogCreek.Wasabi.AST.CTypeRef type, CExpression exp ) : System

Method Details

CCast() public method

public CCast ( FogCreek.Wasabi.AST.CTypeRef type, CExpression exp ) : System
type FogCreek.Wasabi.AST.CTypeRef
exp CExpression
return System