ResourceContainer(UInt32, UInt32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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