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