C# Class Foxoft.Ci.CiStringStorageType

Inheritance: CiStringType
ファイルを表示 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_oe property

public int Length
return int

LengthExpr public_oe property

public CiExpr,Foxoft.Ci LengthExpr
return CiExpr