OrderedRegistry T  Item Property (Int32)NFX Class Library

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

Tries to return an item by its position index in ordered set of items that this registry keeps. Null is returned when index is out of bounds. 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 T this[
	int index
] { get; }

Property Value

Type: T

Implements

IOrderedRegistry T  Item Int32 
See Also