CollectionSubsetT Class
Namespace: Ignition.Utility.CollectionsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public class CollectionSubset<T> : IEnumerable<T>,
IEnumerable
Public Class CollectionSubset(Of T)
Implements IEnumerable(Of T), IEnumerable
generic<typename T>
public ref class CollectionSubset : IEnumerable<T>,
IEnumerable
type CollectionSubset<'T> =
class
interface IEnumerable<'T>
interface IEnumerable
end
- Inheritance
- Object CollectionSubsetT
- Implements
- IEnumerableT, IEnumerable
Type Parameters
- T