LazyDictionary<TKey, TValue>.Count 属性

 

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

语法

public int Count { get; }
public:
property int Count {
    virtual int get() sealed;
}
abstract Count : int with get
override Count : int with get
Public ReadOnly Property Count As Integer

属性值

Type: System.Int32

实施

ICollection<T>.Count

请参阅

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

返回页首