[Missing <summary> documentation for "M:NHibernate.Proxy.DynamicProxy.ProxyCache.Contains(System.Type,System.Type[])"]

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

Syntax

C#
public bool Contains(
	Type baseType,
	params Type[] baseInterfaces
)
Visual Basic
Public Function Contains ( _
	baseType As Type, _
	ParamArray baseInterfaces As Type() _
) As Boolean
Visual C++
public:
virtual bool Contains(
	Type^ baseType, 
	... array<Type^>^ baseInterfaces
) sealed

Parameters

baseType
Type: System..::..Type

[Missing <param name="baseType"/> documentation for "M:NHibernate.Proxy.DynamicProxy.ProxyCache.Contains(System.Type,System.Type[])"]

baseInterfaces
Type: array<System..::..Type>[]()[][]

[Missing <param name="baseInterfaces"/> documentation for "M:NHibernate.Proxy.DynamicProxy.ProxyCache.Contains(System.Type,System.Type[])"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Proxy.DynamicProxy.ProxyCache.Contains(System.Type,System.Type[])"]

Implements

IProxyCache..::..Contains(Type, array<Type>[]()[][])

See Also