SetValue() public method

Sets the current value in the scope.
public SetValue ( object value ) : void
value object
return void
Beispiel #1
0
 /// <summary>
 /// Sets the current value in the scope.
 /// </summary>
 public void SetValue(object value)
 {
     _firstVariable.SetValue(value);
 }