SetValue() protected method

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