public static string CreateJunkField<T>(
NetDocumentLanguage syntax
)
Public Shared Function CreateJunkField(Of T) (
syntax As NetDocumentLanguage
) As String
Dim syntax As NetDocumentLanguage
Dim returnValue As String
returnValue = UtilNetJunkCode.CreateJunkField(syntax)
public:
generic<typename T>
static String^ CreateJunkField(
NetDocumentLanguage syntax
)
static member CreateJunkField :
syntax : NetDocumentLanguage -> string
No code example is currently available or this language may not be supported.
NotSupportedException |