LazyDictionary<TKey, TValue>.Remove 方法 (TKey)

 

命名空间:   Microsoft.WindowsAzure.Common.Internals
程序集:  Microsoft.WindowsAzure.Common(Microsoft.WindowsAzure.Common.dll 中)

语法

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

参数

返回值

Type: System.Boolean

实施

IDictionary<TKey, TValue>.Remove(TKey)

请参阅

Remove 重载
LazyDictionary<TKey, TValue> 类
Microsoft.WindowsAzure.Common.Internals 命名空间

返回页首