[Missing <summary> documentation for "M:Bespoke.Common.ObjectRegistry.UnregisterObject(System.String)"]

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public static void UnregisterObject(
	string name
)
Visual Basic (Declaration)
Public Shared Sub UnregisterObject ( _
	name As String _
)
Visual C++
public:
static void UnregisterObject(
	String^ name
)

Parameters

name
Type: System..::.String

[Missing <param name="name"/> documentation for "M:Bespoke.Common.ObjectRegistry.UnregisterObject(System.String)"]

See Also