C# Class sass.Symbol

Exibir arquivo Open project: KnightOS/sass

Public Properties

Property Type Description
IsLabel bool
Value uint

Public Methods

Method Description
Symbol ( uint value ) : System
Symbol ( uint value, bool isLabel ) : System

Method Details

Symbol() public method

public Symbol ( uint value ) : System
value uint
return System

Symbol() public method

public Symbol ( uint value, bool isLabel ) : System
value uint
isLabel bool
return System

Property Details

IsLabel public_oe property

public bool IsLabel
return bool

Value public_oe property

public uint Value
return uint