LessCss.StyleValue.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : StyleValue
return StyleValue
		public static StyleValue operator +(StyleValue left, StyleValue right)
		{
			return left.Add(right);
		}
		public static StyleValue operator -(StyleValue left, StyleValue right)