 |
TypeManagerHelperHarmonizeNamespaces Method |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Normalizes two name space lists to one.
Namespace:
WeroSoft.ComponentModel.TypeResolving
Assembly:
WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntaxpublic static string[] HarmonizeNamespaces(
string[] namespacesFirst,
string[] namespacesSecond
)
Parameters
- namespacesFirst
- Type: SystemString
The first list of name spaces. - namespacesSecond
- Type: SystemString
The second list of name spaces.
Return Value
Type:
String[Missing <returns> documentation for "M:WeroSoft.ComponentModel.TypeResolving.TypeManagerHelper.HarmonizeNamespaces(System.String[],System.String[])"]
See Also