C# Class LessCss.Expression.ConstantExpression

Inheritance: StyleExpression
显示文件 Open project: erikvanbrakel/less.net Class Usage Examples

Public Properties

Property Type Description
Value StyleValue

Public Methods

Method Description
ConstantExpression ( ) : System
ConstantExpression ( ITree tree ) : System
ConstantExpression ( StyleValue value ) : System
Equals ( ConstantExpression obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Reduce ( List variables ) : StyleExpression
ToString ( ) : string

Method Details

ConstantExpression() public method

public ConstantExpression ( ) : System
return System

ConstantExpression() public method

public ConstantExpression ( ITree tree ) : System
tree ITree
return System

ConstantExpression() public method

public ConstantExpression ( StyleValue value ) : System
value StyleValue
return System

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Reduce() public method

public Reduce ( List variables ) : StyleExpression
variables List
return StyleExpression

ToString() public method

public ToString ( ) : string
return string

Property Details

Value public_oe property

public StyleValue Value
return StyleValue