[To be supplied.]
[Visual Basic] Public Function GetNamespacesForTypes( _ ByVal types() As Type _ ) As String () [C#] public string[] GetNamespacesForTypes( Type[] types ); [C++] public: String* GetNamespacesForTypes( Type* types[] ) []; [JScript] public function GetNamespacesForTypes( types : Type[] ) : String[];
CodeWriter Class | CodeWriter Members | System.Xml.Serialization.Code Namespace