Registry T  Register Method NFX Class Library

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

Registers item and returns true if it was registered, false if this named instance already existed in the list

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

public bool Register(
	T item
)

Parameters

item
Type: T

Return Value

Type: OnlineBoolean
See Also