Click or drag to resize
BaseCodeGeneratorNormalizeNamespaceName Method
Naive implementation, but valid for long namespaces Works by using only the last piece of the namespace

Namespace: X3Platform.DynamicProxy.Builder.CodeGenerators
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
protected string NormalizeNamespaceName(
	string nsName
)

Parameters

nsName
Type: SystemString

[Missing <param name="nsName"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.BaseCodeGenerator.NormalizeNamespaceName(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.BaseCodeGenerator.NormalizeNamespaceName(System.String)"]

See Also