C# Class Foxoft.Ci.CiArrayStorageType

Inheritance: CiArrayType
显示文件 Open project: epi/cito Class Usage Examples

Public Properties

Property Type Description
Length int
LengthExpr CiExpr

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

Length public_oe property

public int Length
return int

LengthExpr public_oe property

public CiExpr,Foxoft.Ci LengthExpr
return CiExpr