// ------------------------------------------------------------------------------ // <autogenerated> // This code was generated by jni4net. See http://jni4net.sourceforge.net/ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </autogenerated> // ------------------------------------------------------------------------------ package java_.util; @net.sf.jni4net.attributes.ClrTypeInfo public final class Random_ { //<generated-static> private static system.Type staticType; public static system.Type typeof() { return java_.util.Random_.staticType; } private static void InitJNI(net.sf.jni4net.inj.INJEnv env, system.Type staticType) { java_.util.Random_.staticType = staticType; } //</generated-static> }