[Missing <summary> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.TryToType(System.String,NHibernate.Type.IType@)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public bool TryToType( string propertyName, out IType type )  | 
| Visual Basic | 
|---|
Public Function TryToType ( _ propertyName As String, _ <OutAttribute> ByRef type As IType _ ) As Boolean  | 
| Visual C++ | 
|---|
public: virtual bool TryToType( String^ propertyName, [OutAttribute] IType^% type ) sealed  | 
Parameters
- propertyName
 - Type: System..::..String
[Missing <param name="propertyName"/> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.TryToType(System.String,NHibernate.Type.IType@)"]
 
- type
 - Type: NHibernate.Type..::..IType%
[Missing <param name="type"/> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.TryToType(System.String,NHibernate.Type.IType@)"]
 
Return Value
[Missing <returns> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.TryToType(System.String,NHibernate.Type.IType@)"]