Namespace:
NHibernate.Util
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function Parse ( _ text As String _ ) As AssemblyQualifiedTypeName |
C# |
---|
public static AssemblyQualifiedTypeName Parse( string text ) |
Visual C++ |
---|
public: static AssemblyQualifiedTypeName^ Parse( String^ text ) |
JavaScript |
---|
NHibernate.Util.TypeNameParser.parse = function(text); |
Parameters
- text
- Type: System..::.String