Table of Contents

Interface IL<T>

Namespace
SunamoInterfaces.Interfaces
Assembly
SunamoInterfaces.dll

Interface extending IList with additional functionality.

public interface IL<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T

The type of elements in the list.

Inherited Members
Extension Methods