C# Class Foxoft.Ci.CiArrayType

Inheritance: CiType
Mostra file Open project: epi/cito Class Usage Examples

Public Properties

Property Type Description
ElementType CiType

Public Methods

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

Method Details

Accept() public method

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

LookupMember() public method

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

Property Details

ElementType public_oe property

public CiType,Foxoft.Ci ElementType
return CiType