Rhino.Delegator.Has C# (CSharp) Method

Has() public method

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

Same methods

Delegator::Has ( string name, Scriptable start ) : bool