CollectionSourceBase.GetEnumerable Method
Name | Parameters | Description |
---|---|---|
GetEnumerable(Boolean) | wrapNotifications | Returns a sequence (IEnumerable or IQueryable) that contains objects from the original collection. |
GetEnumerable<T>(Boolean) | wrapNotifications | Returns a strongly-typed sequence (IEnumerable<T> or IQueryable<T>) that contains objects from the original collection. |