UtilNetJunkCodeCreateJunkModule Method

Generates a junk-code module.

Definition

Namespace: DevCase.Core.Diagnostics.CodeGeneration
Assembly: 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
)

Parameters

blockCount  Int32  (Optional)
The amount of method blocks to generate.

Return Value

String
The resulting module.

See Also