UtilNetJunkCodeCreateJunkMethod Method

Generates a junk-code method 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 CreateJunkMethod(
	NetDocumentLanguage syntax,
	int parameterCount = 0
)

Parameters

syntax  NetDocumentLanguage
The syntax style to use.
parameterCount  Int32  (Optional)
The amount of parameters to generate.

Return Value

String
The resulting method.

See Also