OrderedRegistry T  OrderedValues Property NFX Class Library

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

Returns items that registry contains ordered by their Order property. The returned sequence is pre-sorted during alteration of registry, so this property access is efficient. Note: since registry does reading in a lock-free manner, it is possible to have an inconsistent read snapshot of ordered items which may capture items that have already/not yet been added to the registry

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

public IEnumerable<T> OrderedValues { get; }

Property Value

Type: OnlineIEnumerable T 

Implements

IOrderedRegistry T  OrderedValues
See Also