Rhino.Delegator.Get C# (CSharp) Method

Get() public method

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

Same methods

Delegator::Get ( string name, Scriptable start ) : object