[Missing <summary> documentation for "M:NHibernate.Proxy.DynProxyTypeValidator.CheckMethodIsVirtual(System.Type,System.Reflection.MethodInfo)"]

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

Syntax

C#
protected virtual void CheckMethodIsVirtual(
	Type type,
	MethodInfo method
)
Visual Basic
Protected Overridable Sub CheckMethodIsVirtual ( _
	type As Type, _
	method As MethodInfo _
)
Visual C++
protected:
virtual void CheckMethodIsVirtual(
	Type^ type, 
	MethodInfo^ method
)

Parameters

type
Type: System..::..Type

[Missing <param name="type"/> documentation for "M:NHibernate.Proxy.DynProxyTypeValidator.CheckMethodIsVirtual(System.Type,System.Reflection.MethodInfo)"]

method
Type: System.Reflection..::..MethodInfo

[Missing <param name="method"/> documentation for "M:NHibernate.Proxy.DynProxyTypeValidator.CheckMethodIsVirtual(System.Type,System.Reflection.MethodInfo)"]

See Also