IRegistry T  Item Property NFX Class Library

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

Returns item by name or default item (such as null) if the named instance could not be found

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

T this[
	string name
] { get; }

Property Value

Type: T
See Also