[This is preliminary documentation and is subject to change.]
Unregisters item and returns true if it was unregistered, false if it did not exist
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool Unregister(
T item
)
public bool Unregister(
T item
)
Public Function Unregister (
item As T
) As Boolean
Public Function Unregister (
item As T
) As Boolean
public:
bool Unregister(
T item
)
public:
bool Unregister(
T item
)
member Unregister :
item : 'T -> boolmember Unregister :
item : 'T -> boolReturn Value
Type:
Boolean