UtilNetJunkCodeCreateJunkFieldT Method

Generates a junk-code field of the given Type 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 CreateJunkField<T>(
	NetDocumentLanguage syntax
)

Parameters

syntax  NetDocumentLanguage
The syntax style to use.

Type Parameters

T
The Type of the Field.

Return Value

String
The resulting Field.

Exceptions

NotSupportedException

See Also