Registry T  RegisterOrReplace Method (T, T )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 and was replaced

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

public bool RegisterOrReplace(
	T item,
	out T existing
)

Parameters

item
Type: T
existing
Type: T 

Return Value

Type: OnlineBoolean
See Also