Check if a method is declared in a given
Type.
Namespace: NHibernate.UtilAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
Return Value
True if the method is an implementation of the method declared in
realDeclaringType; false otherwise.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
MethodInfo. When you use instance method syntax to call this method, omit the first parameter. For more information, see
or
.
See Also