Table of Contents

Class EmptyList<T>

Namespace
ICSharpCode.Decompiler.Util
Assembly
ICSharpCode.Decompiler.dll
public sealed class EmptyList<T> : IList<T>, ICollection<T>, IEnumerator<T>, IEnumerator, IDisposable, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T
Inheritance
EmptyList<T>
Implements
Inherited Members

Fields

Instance

public static readonly EmptyList<T> Instance

Field Value

EmptyList<T>

Properties

Count

public int Count { get; }

Property Value

int

this[int]

public T this[int index] { get; set; }

Parameters

index int

Property Value

T