Boo.Lang.Runtime.RuntimeServices.op_NotMember C# (CSharp) Метод

op_NotMember() публичный статический Метод

public static op_NotMember ( object lhs, IDictionary rhs ) : bool
lhs object
rhs IDictionary
Результат bool
        public static bool op_NotMember(object lhs, IDictionary rhs)
        {
            return !op_Member(lhs, rhs);
        }

Same methods

RuntimeServices::op_NotMember ( object lhs, IEnumerable rhs ) : bool
RuntimeServices::op_NotMember ( object lhs, IList rhs ) : bool
RuntimeServices::op_NotMember ( string lhs, string rhs ) : bool
RuntimeServices