Пример #1
0
 public int GetItemPosition(Type type)
 {
     return(Fragments.FindIndex(x => x.GetType() == type));
 }