Rhino.Delegator.SetDelegee C# (CSharp) Method

SetDelegee() public method

Set the delegee.
Set the delegee.
public SetDelegee ( Scriptable obj ) : void
obj Scriptable the delegee
return void
		public virtual void SetDelegee(Scriptable obj)
		{
			this.obj = obj;
		}