UtilNetJunkCodeCreateJunkClass Method

Generates a junk-code class written in the specified .NET language.

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 CreateJunkClass(
	NetDocumentLanguage syntax,
	int blockCount = 3
)

Parameters

syntax  NetDocumentLanguage
The syntax style to use.
blockCount  Int32  (Optional)
The amount of method blocks to generate.

Return Value

String
The resulting class.

See Also