[Missing <summary> documentation for "P:NHibernate.Linq.Functions.ToStringHqlGeneratorForMethod.SupportedMethods"]
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; } |