Share via


LazyList<T> Class

 

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Common.Internals.LazyList<T>

Syntax

public class LazyList<T> : IList<T>, ICollection<T>, IEnumerable<T>, 
    IEnumerable, ILazyCollection
generic<typename T>
public ref class LazyList : IList<T>, ICollection<T>, IEnumerable<T>, 
    IEnumerable, ILazyCollection
type LazyList<'T> = 
    class
        interface IList<'T>
        interface ICollection<'T>
        interface IEnumerable<'T>
        interface IEnumerable
        interface ILazyCollection
    end
Public Class LazyList(Of T)
    Implements IList(Of T), ICollection(Of T), IEnumerable(Of T), IEnumerable,
    ILazyCollection

Type Parameters

  • T

Constructors

Name Description
LazyList<T>()

LazyList<T>(IEnumerable<T>)

LazyList<T>(Int32)

Properties

Name Description
Count

IsInitialized

IsReadOnly

Item[Int32]

Methods

Name Description
Add(T)

Clear()

Contains(T)

CopyTo(T[], Int32)

Equals(Object)

(Inherited from Object.)

Finalize()

(Inherited from Object.)

GetEnumerator()

GetHashCode()

(Inherited from Object.)

GetType()

(Inherited from Object.)

IndexOf(T)

Insert(Int32, T)

MemberwiseClone()

(Inherited from Object.)

Remove(T)

RemoveAt(Int32)

ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
IEnumerable.GetEnumerator()

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Common.Internals Namespace

Return to top