Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
LessCss
StyleProperty
C# Class LessCss.StyleProperty
Afficher le fichier
Open project: erikvanbrakel/less.net
Class Usage Examples
Méthodes publiques
Свойство
Type
Description
Name
string
Values
List
Méthodes publiques
Méthode
Description
Equals
(
StyleProperty
obj
) :
bool
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
ToCss
(
List
variables
) :
string
Method Details
Equals()
public
méthode
public
Equals
(
StyleProperty
obj
) :
bool
obj
StyleProperty
Résultat
bool
Equals()
public
méthode
public
Equals
(
object
obj
) :
bool
obj
object
Résultat
bool
GetHashCode()
public
méthode
public
GetHashCode
( ) :
int
Résultat
int
ToCss()
public
méthode
public
ToCss
(
List
variables
) :
string
variables
List
Résultat
string
Property Details
Name
public_oe property
public
string
Name
Résultat
string
Values
public_oe property
public
List
Values
Résultat
List