C# Class Foxoft.Ci.CiStringStorageType

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

Public Properties

Property Type Description
Length int
LengthExpr CiExpr

Public Methods

Method Description
Accept ( ICiTypeVisitor v ) : CiType
Equals ( CiType obj ) : bool

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

Property Details

Length public property

public int Length
return int

LengthExpr public property

public CiExpr,Foxoft.Ci LengthExpr
return CiExpr