[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.TypeNameUtil.GetNhTypeName(System.Type)"]

Namespace: NHibernate.Mapping.ByCode.Impl
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static string GetNhTypeName(
	this Type type
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function GetNhTypeName ( _
	type As Type _
) As String
Visual C++
[ExtensionAttribute]
public:
static String^ GetNhTypeName(
	Type^ type
)

Parameters

type
Type: System..::..Type

[Missing <param name="type"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.TypeNameUtil.GetNhTypeName(System.Type)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Mapping.ByCode.Impl.TypeNameUtil.GetNhTypeName(System.Type)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Type. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also