[Missing <summary> documentation for "P:RCLibrary.StackPoolExBase`1.AllocatedObjects"]

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

Syntax

C#
public int AllocatedObjects { get; }
Visual Basic
Public ReadOnly Property AllocatedObjects As Integer
	Get
Visual C++
public:
property int AllocatedObjects {
	int get ();
}

See Also