Example #1
0
 View?IFindViewById.FindViewById(int id) => IFragment.FindViewById(this, id);
Example #2
0
 T?IFindViewById.FindViewById <T>(int id) where T : class => IFragment.FindViewById <T>(this, id);