Click or drag to resize
BaseCodeGeneratorGetTypeName Method
Gets the name of a type, taking into consideration nested types.

Namespace: X3Platform.DynamicProxy.Builder.CodeGenerators
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
protected string GetTypeName(
	Type type
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.BaseCodeGenerator.GetTypeName(System.Type)"]

Return Value

Type: String

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

See Also