IRegistry T  InterfaceNFX Class Library

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

Provides read-only named object lookup capabilities

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

public interface IRegistry<out T> : IEnumerable<T>, 
	IEnumerable 
where T : INamed
Type Parameters

T
See Also