UtilNetJunkCodeCreateJunkModule Method
Generates a junk-code module.
Namespace: DevCase.Core.Diagnostics.CodeGenerationAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string CreateJunkModule(
int blockCount = 3
)
Public Shared Function CreateJunkModule (
Optional blockCount As Integer = 3
) As String
Dim blockCount As Integer
Dim returnValue As String
returnValue = UtilNetJunkCode.CreateJunkModule(blockCount)
public:
static String^ CreateJunkModule(
int blockCount = 3
)
static member CreateJunkModule :
?blockCount : int
(* Defaults:
let _blockCount = defaultArg blockCount 3
*)
-> string
No code example is currently available or this language may not be supported.
- blockCount Int32 (Optional)
-
The amount of method blocks to generate.
String
The resulting module.