Count

SlicerCacheItemCollection.Count property

获取 SlicerCacheItem 的计数。

public int Count { get; }

例子


[C#]

int count = items.Count;

也可以看看