SetValue() защищенный Метод

protected SetValue ( string name, string value ) : void
name string
value string
Результат void
Пример #1
0
 public void Act(CssDeclaration declaration)
 {
     declaration.SetValue(Name(), Value);
 }
Пример #2
0
 public void Act(CssDeclaration declaration)
 {
     declaration.SetValue(Name(), Value);
 }