IMap<K,V>.Size 属性

定义

获取映射中的项数。

public:
 property unsigned int Size { unsigned int get(); };
uint32_t Size();
public uint Size { get; }
Public ReadOnly Property Size As UInteger

属性值

UInt32

unsigned int

uint32_t

映射中的项数。

注解

使用 .NET 编程时,此接口是隐藏的,开发人员应使用 System.Collections.Generic.IDictionary<TKey,TValue> 接口。

适用于

另请参阅