Inheritance: global::Android.Support.V4.App.Fragment
 public static BrowserItemFragment NewInstance(int position)
 {
     BrowserItemFragment ret = new BrowserItemFragment();
     Bundle args = new Bundle(1);
     args.PutInt(POSITION_ARG, position);
     ret.Arguments = args;
     return ret;
 }
        public static BrowserItemFragment NewInstance(int position)
        {
            BrowserItemFragment ret = new BrowserItemFragment();
            Bundle args             = new Bundle(1);

            args.PutInt(POSITION_ARG, position);
            ret.Arguments = args;
            return(ret);
        }