C# Class Foxoft.Ci.CiType

Inheritance: CiSymbol
Show file Open project: epi/cito Class Usage Examples

Public Properties

Property Type Description
Null CiType
Void CiType

Public Methods

Method Description
Accept ( ICiTypeVisitor v ) : CiType
Equals ( CiType obj ) : bool
LookupMember ( string name ) : CiSymbol

Method Details

Accept() public method

public Accept ( ICiTypeVisitor v ) : CiType
v ICiTypeVisitor
return CiType

Equals() public method

public Equals ( CiType obj ) : bool
obj CiType
return bool

LookupMember() public method

public LookupMember ( string name ) : CiSymbol
name string
return CiSymbol

Property Details

Null public static property

public static CiType,Foxoft.Ci Null
return CiType

Void public static property

public static CiType,Foxoft.Ci Void
return CiType