コード例 #1
0
 public GridSpanSizeLookup(RecyclerArrayAdapter <T> adapter, int maxCount)
 {
     _adapter  = adapter;
     _maxCount = maxCount;
 }
コード例 #2
0
 public DefaultEventDelegate(RecyclerArrayAdapter <T> adapter)
 {
     _adapter = adapter;
     _footer  = new EventFooter(this);
     adapter.AddFooter(_footer);
 }