Bender.Collections.GenericListAdapter.GenericListAdapter C# (CSharp) Method

GenericListAdapter() private method

private GenericListAdapter ( object list, CachedType type ) : System
list object
type CachedType
return System
        private GenericListAdapter(object list, CachedType type)
        {
            _list = list;
            _type = type;
        }