Share via


ResourceContainer(UInt32, UInt32) Constructor

Definition

public:
 ResourceContainer(System::UInt32 bucketToEntryRatio, System::UInt32 initialSize);
public ResourceContainer (uint bucketToEntryRatio, uint initialSize);
new Microsoft.XLANGs.Core.ResourceContainer : uint32 * uint32 -> Microsoft.XLANGs.Core.ResourceContainer
Public Sub New (bucketToEntryRatio As UInteger, initialSize As UInteger)

Parameters

bucketToEntryRatio
UInt32
initialSize
UInt32

Applies to