SetValue() protected method

protected SetValue ( string name, string value ) : void
name string
value string
return void
Exemplo n.º 1
0
 public void Act(CssDeclaration declaration)
 {
     declaration.SetValue(Name(), Value);
 }
Exemplo n.º 2
0
 public void Act(CssDeclaration declaration)
 {
     declaration.SetValue(Name(), Value);
 }