Пример #1
0
 public ListSectionAdapter(Context context)
 {
    _context = context;
    _inflater = Inflater.From(_context);
    _sections = new List<ListSection>();
 }