UtilNetJunkCodeCreateJunkFunction Method
Generates a junk-code function 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 CreateJunkFunction (
syntax As NetDocumentLanguage,
Optional parameterCount As Integer = 0
) As String
Dim syntax As NetDocumentLanguage
Dim parameterCount As Integer
Dim returnValue As String
returnValue = UtilNetJunkCode.CreateJunkFunction(syntax,
parameterCount)
public:
static String^ CreateJunkFunction(
NetDocumentLanguage syntax,
int parameterCount = 0
)
static member CreateJunkFunction :
syntax : NetDocumentLanguage *
?parameterCount : int
(* Defaults:
let _parameterCount = defaultArg parameterCount 0
*)
-> string
No code example is currently available or this language may not be supported.
- syntax NetDocumentLanguage
-
The syntax style to use.
- parameterCount Int32 (Optional)
-
The amount of parameters to generate.
String
The resulting function.