[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() | Item Int32 |
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
|
![]() | Item String |
Returns a value by name or null if not found
(Inherited from Registry T .) |
See Also