System.@__Delegate.@__Init C# (CSharp) Method

@__Init() private static method

private static @__Init ( global @__env, global @__class ) : global::System.Collections.Generic.List
@__env global
@__class global
return global::System.Collections.Generic.List
        private static global::System.Collections.Generic.List<global::net.sf.jni4net.jni.JNINativeMethod> @__Init(global::net.sf.jni4net.jni.JNIEnv @__env, global::java.lang.Class @__class)
        {
            global::System.Type @__type = typeof(__Delegate);
            global::System.Collections.Generic.List<global::net.sf.jni4net.jni.JNINativeMethod> methods = new global::System.Collections.Generic.List<global::net.sf.jni4net.jni.JNINativeMethod>();
            methods.Add(global::net.sf.jni4net.jni.JNINativeMethod.Create(@__type, "Clone", "Clone0", "()Lsystem/Object;"));
            methods.Add(global::net.sf.jni4net.jni.JNINativeMethod.Create(@__type, "GetObjectData", "GetObjectData1", "(Lsystem/runtime/serialization/SerializationInfo;Lsystem/runtime/serialization/St" +
                        "reamingContext;)V"));
            methods.Add(global::net.sf.jni4net.jni.JNINativeMethod.Create(@__type, "DynamicInvoke", "DynamicInvoke2", "([Lsystem/Object;)Lsystem/Object;"));
            methods.Add(global::net.sf.jni4net.jni.JNINativeMethod.Create(@__type, "Combine", "Combine3", "(Lsystem/Delegate;Lsystem/Delegate;)Lsystem/Delegate;"));
            methods.Add(global::net.sf.jni4net.jni.JNINativeMethod.Create(@__type, "Combine", "Combine4", "([Lsystem/Delegate;)Lsystem/Delegate;"));
            methods.Add(global::net.sf.jni4net.jni.JNINativeMethod.Create(@__type, "GetInvocationList", "GetInvocationList5", "()[Lsystem/Delegate;"));
            methods.Add(global::net.sf.jni4net.jni.JNINativeMethod.Create(@__type, "getMethod", "Method6", "()Lsystem/reflection/MethodInfo;"));
            methods.Add(global::net.sf.jni4net.jni.JNINativeMethod.Create(@__type, "getTarget", "Target7", "()Lsystem/Object;"));
            methods.Add(global::net.sf.jni4net.jni.JNINativeMethod.Create(@__type, "Remove", "Remove8", "(Lsystem/Delegate;Lsystem/Delegate;)Lsystem/Delegate;"));
            methods.Add(global::net.sf.jni4net.jni.JNINativeMethod.Create(@__type, "RemoveAll", "RemoveAll9", "(Lsystem/Delegate;Lsystem/Delegate;)Lsystem/Delegate;"));
            methods.Add(global::net.sf.jni4net.jni.JNINativeMethod.Create(@__type, "CreateDelegate", "CreateDelegate10", "(Lsystem/Type;Lsystem/Object;Ljava/lang/String;)Lsystem/Delegate;"));
            methods.Add(global::net.sf.jni4net.jni.JNINativeMethod.Create(@__type, "CreateDelegate", "CreateDelegate11", "(Lsystem/Type;Lsystem/Object;Ljava/lang/String;Z)Lsystem/Delegate;"));
            methods.Add(global::net.sf.jni4net.jni.JNINativeMethod.Create(@__type, "CreateDelegate", "CreateDelegate12", "(Lsystem/Type;Lsystem/Object;Ljava/lang/String;ZZ)Lsystem/Delegate;"));
            methods.Add(global::net.sf.jni4net.jni.JNINativeMethod.Create(@__type, "CreateDelegate", "CreateDelegate13", "(Lsystem/Type;Lsystem/Type;Ljava/lang/String;)Lsystem/Delegate;"));
            methods.Add(global::net.sf.jni4net.jni.JNINativeMethod.Create(@__type, "CreateDelegate", "CreateDelegate14", "(Lsystem/Type;Lsystem/Type;Ljava/lang/String;Z)Lsystem/Delegate;"));
            methods.Add(global::net.sf.jni4net.jni.JNINativeMethod.Create(@__type, "CreateDelegate", "CreateDelegate15", "(Lsystem/Type;Lsystem/Type;Ljava/lang/String;ZZ)Lsystem/Delegate;"));
            methods.Add(global::net.sf.jni4net.jni.JNINativeMethod.Create(@__type, "CreateDelegate", "CreateDelegate16", "(Lsystem/Type;Lsystem/reflection/MethodInfo;)Lsystem/Delegate;"));
            methods.Add(global::net.sf.jni4net.jni.JNINativeMethod.Create(@__type, "CreateDelegate", "CreateDelegate17", "(Lsystem/Type;Lsystem/reflection/MethodInfo;Z)Lsystem/Delegate;"));
            methods.Add(global::net.sf.jni4net.jni.JNINativeMethod.Create(@__type, "CreateDelegate", "CreateDelegate18", "(Lsystem/Type;Lsystem/Object;Lsystem/reflection/MethodInfo;)Lsystem/Delegate;"));
            methods.Add(global::net.sf.jni4net.jni.JNINativeMethod.Create(@__type, "CreateDelegate", "CreateDelegate19", "(Lsystem/Type;Lsystem/Object;Lsystem/reflection/MethodInfo;Z)Lsystem/Delegate;"));
            return methods;
        }