android.app.Activity.getLayoutInflater C# (CSharp) Метод

getLayoutInflater() публичный Метод

public getLayoutInflater ( ) : global::android.view.LayoutInflater
Результат global::android.view.LayoutInflater
        public virtual global::android.view.LayoutInflater getLayoutInflater()
        {
            return global::MonoJavaBridge.JavaBridge.CallObjectMethod(this, global::android.app.Activity.staticClass, "getLayoutInflater", "()Landroid/view/LayoutInflater;", ref global::android.app.Activity._m102) as android.view.LayoutInflater;
        }
Activity