CSharp.KnownNamespaces Property NReflect
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.NRCode
Assembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax

public static string[] KnownNamespaces { get; set; }
See Also