Gets or sets an array of known namespaces. These namespaces are not printed if
UseNamespaces is set to
true, otherwise no namespaces will
be printed at all.
Namespace: NReflect.NRCodeAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
public static string[] KnownNamespaces { get; set; }
public static string[] KnownNamespaces { get; set; }
Public Shared Property KnownNamespaces As String()
Get
Set
Public Shared Property KnownNamespaces As String()
Get
Set
public:
static property array<String^>^ KnownNamespaces {
array<String^>^ get ();
void set (array<String^>^ value);
}
public:
static property array<String^>^ KnownNamespaces {
array<String^>^ get ();
void set (array<String^>^ value);
}