C# Class LessCss.Expression.VarExpression

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

Public Properties

Property Type Description
Varname string

Public Methods

Method Description
Equals ( VarExpression obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Reduce ( List variables ) : StyleExpression
VarExpression ( string value ) : System.Collections.Generic

Method Details

Equals() public method

public Equals ( VarExpression obj ) : bool
obj VarExpression
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

VarExpression() public method

public VarExpression ( string value ) : System.Collections.Generic
value string
return System.Collections.Generic

Property Details

Varname public_oe property

public string Varname
return string