Table of Contents

Interface IRefEnumerable<T>

Namespace
ReFuel.Collections
Assembly
ReFuel.Common.dll

A type that can be enumerated by reference.

public interface IRefEnumerable<T> : IEnumerable<T>, IEnumerable

Type Parameters

T

The enumerated type.

Methods

GetEnumerator()

Get the enumerator for this object.

IRefEnumerator<T> GetEnumerator()

Returns

IRefEnumerator<T>

The reference enumerator.