C# Class LessCss.Net.Minifier.StyleExpression

Inheritance: IExpression
Mostra file Open project: erikvanbrakel/less.net

Public Methods

Method Description
StyleExpression ( string>.KeyValuePair value ) : System.Collections.Generic
StyleExpression ( string key, string value ) : System.Collections.Generic

Method Details

StyleExpression() public method

public StyleExpression ( string>.KeyValuePair value ) : System.Collections.Generic
value string>.KeyValuePair
return System.Collections.Generic

StyleExpression() public method

public StyleExpression ( string key, string value ) : System.Collections.Generic
key string
value string
return System.Collections.Generic