public virtual void GetTypeNamespaces(ICollection<string> namespaces) { if (ScriptType.IsCPrimitive(Namespace, ClearName)) { return; } namespaces.Add(ExportNamespace()); }