[Missing <summary> documentation for "P:NHibernate.Linq.Functions.ToStringHqlGeneratorForMethod.SupportedMethods"]

Namespace: NHibernate.Linq.Functions
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public IEnumerable<MethodInfo> SupportedMethods { get; }
Visual Basic
Public ReadOnly Property SupportedMethods As IEnumerable(Of MethodInfo)
	Get
Visual C++
public:
virtual property IEnumerable<MethodInfo^>^ SupportedMethods {
	IEnumerable<MethodInfo^>^ get () sealed;
}

Implements

IHqlGeneratorForMethod..::..SupportedMethods

See Also