Método LazyList<T>.Remove (T)
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Sintaxe
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
Parâmetros
- item
Type: T
Valor de retorno
Type: System.Boolean
Implementações
Consulte também
Classe LazyList<T>
Namespace Microsoft.WindowsAzure.Common.Internals
Retornar ao topo