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

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

Syntax

C#
public static void RegisterObject(
	Object value
)
Visual Basic (Declaration)
Public Shared Sub RegisterObject ( _
	value As Object _
)
Visual C++
public:
static void RegisterObject(
	Object^ value
)

Parameters

value
Type: System..::.Object

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

See Also