NamedInterlocked AllNames Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Enumerates all slot names. This operation is thread-safe, and returns a snapshot of the instance taken at the time of the first call

Namespace: NFX.Collections
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public IEnumerable<string> AllNames { get; }

Property Value

Type: OnlineIEnumerable OnlineString 
See Also