[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
BitList class
Namespace: NFX.CollectionsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public BitList(
int initSize = 0
)
public BitList(
int initSize = 0
)
Public Sub New (
Optional initSize As Integer = 0
)
Public Sub New (
Optional initSize As Integer = 0
)
public:
BitList(
int initSize = 0
)
public:
BitList(
int initSize = 0
)
new :
?initSize : int
(* Defaults:
let _initSize = defaultArg initSize 0
*)
-> BitList
new :
?initSize : int
(* Defaults:
let _initSize = defaultArg initSize 0
*)
-> BitList