Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
LessCss
StyleProperty
C# Class LessCss.StyleProperty
Mostra file
Open project: erikvanbrakel/less.net
Class Usage Examples
Public Properties
Property
Type
Description
Name
string
Values
List
Public Methods
Method
Description
Equals
(
StyleProperty
obj
) :
bool
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
ToCss
(
List
variables
) :
string
Method Details
Equals()
public
method
public
Equals
(
StyleProperty
obj
) :
bool
obj
StyleProperty
return
bool
Equals()
public
method
public
Equals
(
object
obj
) :
bool
obj
object
return
bool
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int
ToCss()
public
method
public
ToCss
(
List
variables
) :
string
variables
List
return
string
Property Details
Name
public_oe property
public
string
Name
return
string
Values
public_oe property
public
List
Values
return
List