Properties Constructor (IAppContext, Int32) |
Constructor intended for use by the AppContext object.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public Properties(
IAppContext app,
int capacity
)
Public Sub New (
app As IAppContext,
capacity As Integer
)
Parameters
- app
- Type: NetQuarryIAppContext
The current appliation context. - capacity
- Type: SystemInt32
The estimated max number of elements. An accurate estimate can improve performance by minimizing reallocation.
See Also