[Missing <summary> documentation for "P:NHibernate.Properties.MapAccessor.MapGetter.Method"]

Namespace: NHibernate.Properties
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public MethodInfo Method { get; }
Visual Basic
Public ReadOnly Property Method As MethodInfo
	Get
Visual C++
public:
virtual property MethodInfo^ Method {
	MethodInfo^ get () sealed;
}

Implements

IGetter..::..Method

See Also