System.Collections.@__IList.Contains8 C# (CSharp) Method

Contains8() private static method

private static Contains8 ( global @__envp, global @__obj, global value ) : bool
@__envp global
@__obj global
value global
return bool
        private static bool Contains8(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__obj, global::net.sf.jni4net.utils.JniLocalHandle value)
        {
            // (Lsystem/Object;)Z
            // (LSystem/Object;)Z
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            bool @__return = default(bool);
            try {
            global::System.Collections.IList @__real = global::net.sf.jni4net.utils.Convertor.FullJ2C<global::System.Collections.IList>(@__env, @__obj);
            @__return = ((bool)(@__real.Contains(global::net.sf.jni4net.utils.Convertor.FullJ2C<object>(@__env, value))));
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
            return @__return;
        }