ResourceContainer(UInt32, UInt32) コンストラクター

定義

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)

パラメーター

bucketToEntryRatio
UInt32
initialSize
UInt32

適用対象