UtilNetJunkCodeCreateJunkClass Method
Generates a junk-code class written in the specified .NET language.
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 Shared Function CreateJunkClass (
syntax As NetDocumentLanguage,
Optional blockCount As Integer = 3
) As String
Dim syntax As NetDocumentLanguage
Dim blockCount As Integer
Dim returnValue As String
returnValue = UtilNetJunkCode.CreateJunkClass(syntax,
blockCount)
static member CreateJunkClass :
syntax : NetDocumentLanguage *
?blockCount : int
(* Defaults:
let _blockCount = defaultArg blockCount 3
*)
-> string
No code example is currently available or this language may not be supported.
- syntax NetDocumentLanguage
-
The syntax style to use.
- blockCount Int32 (Optional)
-
The amount of method blocks to generate.
String
The resulting class.