Table of Contents

Class KnownCountEnumerable<T>

Namespace
The.Utility
Assembly
Instagile.Model.dll
public sealed class KnownCountEnumerable<T> : IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T
Inheritance
KnownCountEnumerable<T>
Implements
Inherited Members
Extension Methods

Constructors

KnownCountEnumerable(IEnumerable<T>, int)

public KnownCountEnumerable(IEnumerable<T> source, int count)

Parameters

source IEnumerable<T>
count int

Properties

Count

public int Count { get; }

Property Value

int

Methods

GetEnumerator()

public IEnumerator<T> GetEnumerator()

Returns

IEnumerator<T>