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
System_CAPS_pubmethod LazyList<T>()

System_CAPS_pubmethod LazyList<T>(IEnumerable<T>)

System_CAPS_pubmethod LazyList<T>(Int32)

Properties

Name Description
System_CAPS_pubproperty Count

System_CAPS_pubproperty IsInitialized

System_CAPS_pubproperty IsReadOnly

System_CAPS_pubproperty Item[Int32]

Methods

Name Description
System_CAPS_pubmethod Add(T)

System_CAPS_pubmethod Clear()

System_CAPS_pubmethod Contains(T)

System_CAPS_pubmethod CopyTo(T[], Int32)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetEnumerator()

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod IndexOf(T)

System_CAPS_pubmethod Insert(Int32, T)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Remove(T)

System_CAPS_pubmethod RemoveAt(Int32)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod 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