Bridge

Monitor..::..Enter Method (Object, Boolean%)

Namespace:  System.Threading
Assembly:  Bridge (in Bridge.dll)

Syntax


public static void Enter(
	Object obj,
	ref bool b
)
Public Shared Sub Enter ( _
	obj As Object, _
	ByRef b As Boolean _
)
public:
static void Enter(
	Object^ obj, 
	bool^% b
)

Parameters

obj
Type: System..::..Object
b
Type: System..::..Boolean%