[Missing <summary> documentation for "P:RCLibrary.StackPoolExBase2`1.WaitForObjects"]

Namespace: RCLibrary
Assembly: RCLibrary (in RCLibrary.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected bool WaitForObjects { get; set; }
Visual Basic
Protected Property WaitForObjects As Boolean
	Get
	Set
Visual C++
protected:
property bool WaitForObjects {
	bool get ();
	void set (bool value);
}

See Also