android.widget.TableLayout.LayoutParams.LayoutParams C# (CSharp) Method

LayoutParams() static private method

static private LayoutParams ( )
            static LayoutParams()
            {
                global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
                global::android.widget.TableLayout.LayoutParams.staticClass = @__env.NewGlobalRef(@__env.FindClass("android/widget/TableLayout$LayoutParams"));
            }

Same methods

TableLayout.LayoutParams::LayoutParams ( android arg0 )
TableLayout.LayoutParams::LayoutParams ( android arg0, android arg1 )
TableLayout.LayoutParams::LayoutParams ( global @__env )
TableLayout.LayoutParams::LayoutParams ( int arg0, int arg1 )
TableLayout.LayoutParams::LayoutParams ( int arg0, int arg1, float arg2 )
TableLayout.LayoutParams