Rhino.Delegator.Put C# (CSharp) Method

Put() public method

public Put ( int index, Scriptable start, object value ) : void
index int
start Scriptable
value object
return void
		public virtual void Put(int index, Scriptable start, object value)
		{
			obj.Put(index, start, value);
		}

Same methods

Delegator::Put ( string name, Scriptable start, object value ) : void