LazyList<T>.Remove Method (T)

 

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

Syntax

public bool Remove(
    T item
)
public:
virtual bool Remove(
    T item
) sealed
abstract Remove : 
        item:'T -> bool
override Remove : 
        item:'T -> bool
Public Function Remove (
    item As T
) As Boolean

Parameters

  • item
    Type: T

Return Value

Type: System.Boolean

Implements

ICollection<T>.Remove(T)

See Also

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

Return to top