Namespace: BlocksAssembly: Blocks (in Blocks.exe) Version: 1.1.1.0 (1.1.1)
protected BlocksContent(
string prefix = "",
bool doBricksSplitInHalfWhenRowFull = false
)
protected BlocksContent(
string prefix = "",
bool doBricksSplitInHalfWhenRowFull = false
)
Protected Sub New (
Optional prefix As String = "",
Optional doBricksSplitInHalfWhenRowFull As Boolean = false
)
Protected Sub New (
Optional prefix As String = "",
Optional doBricksSplitInHalfWhenRowFull As Boolean = false
)
protected:
BlocksContent(
String^ prefix = L"",
bool doBricksSplitInHalfWhenRowFull = false
)
protected:
BlocksContent(
String^ prefix = L"",
bool doBricksSplitInHalfWhenRowFull = false
)
new :
?prefix : string *
?doBricksSplitInHalfWhenRowFull : bool
(* Defaults:
let _prefix = defaultArg prefix ""
let _doBricksSplitInHalfWhenRowFull = defaultArg doBricksSplitInHalfWhenRowFull false
*)
-> BlocksContent
new :
?prefix : string *
?doBricksSplitInHalfWhenRowFull : bool
(* Defaults:
let _prefix = defaultArg prefix ""
let _doBricksSplitInHalfWhenRowFull = defaultArg doBricksSplitInHalfWhenRowFull false
*)
-> BlocksContent