Click or drag to resize
weroSoft AG, Software
TypeManagerHelperAddSystemExcludedNamespace Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Adds an excluded names pace to the configuration.

Namespace:  WeroSoft.ComponentModel.TypeResolving
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static void AddSystemExcludedNamespace(
	this TypeManagerConfiguration configuration,
	string namespaceName
)

Parameters

configuration
Type: WeroSoft.ComponentModel.TypeResolvingTypeManagerConfiguration
The configuration to use.
namespaceName
Type: SystemString
The name space name to be added.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type TypeManagerConfiguration. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also