Rhino.SpecialRef.Has C# (CSharp) Method

Has() public method

public Has ( Context cx ) : bool
cx Context
return bool
		public override bool Has(Context cx)
		{
			if (type == SPECIAL_NONE)
			{
				return ScriptRuntime.HasObjectElem(target, name, cx);
			}
			return true;
		}