LessCss.StyleValue.Add C# (CSharp) 메소드

Add() 보호된 메소드

protected Add ( StyleValue right ) : StyleValue
right StyleValue
리턴 StyleValue
		protected virtual StyleValue Add(StyleValue right)
		{
			return new StyleNumber(0);
		}