NativeConcurrentDictionary<TKey, TValue>.KeyCollection 结构
Key collection
继承成员
命名空间: NativeCollections
程序集: Fantasy.Net.dll
语法
[StructLayout(LayoutKind.Sequential)]
public readonly struct NativeConcurrentDictionary<TKey, TValue>.KeyCollection
方法
| 编辑本文 查看源代码GetEnumerator()
Get enumerator
声明
public NativeConcurrentDictionary<TKey, TValue>.KeyCollection.Enumerator GetEnumerator()
返回
类型 | 描述 |
---|---|
NativeConcurrentDictionary<TKey, TValue>.KeyCollection.Enumerator | Enumerator |