NETLink`
NETLink`

LanguageSyntax

LanguageSyntax

is an option to NETTypeInfo that specifies which language syntax will be used to display the type information.

Details and Options

  • To use LanguageSyntax, you first need to load .NET/Link using Needs["NETLink`"].
  • Possible values are:
  • "CSharp" or "C#"display the type information in the C# syntax (default)
    "Visual Basic" or "VB"display the type information in the VB syntax