android.widget.TableRow.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.TableRow.LayoutParams.staticClass = @__env.NewGlobalRef(@__env.FindClass("android/widget/TableRow$LayoutParams"));
                global::android.widget.TableRow.LayoutParams._column6105 = @__env.GetFieldIDNoThrow(global::android.widget.TableRow.LayoutParams.staticClass, "column", "I");
                global::android.widget.TableRow.LayoutParams._span6106 = @__env.GetFieldIDNoThrow(global::android.widget.TableRow.LayoutParams.staticClass, "span", "I");
            }

Same methods

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