Share via


LazyList<T>.Add Method (T)

 

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

Syntax

public void Add(
    T item
)
public:
virtual void Add(
    T item
) sealed
abstract Add : 
        item:'T -> unit
override Add : 
        item:'T -> unit
Public Sub Add (
    item As T
)

Parameters

  • item
    Type: T

Implements

ICollection<T>.Add(T)

See Also

LazyList<T> Class
Microsoft.WindowsAzure.Common.Internals Namespace

Return to top