Initializes a new instance of the ProxyCacheEntry class
Namespace: NHibernate.Proxy.DynamicProxyAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public ProxyCacheEntry( Type baseType, Type[] interfaces ) |
Visual Basic |
---|
Public Sub New ( _ baseType As Type, _ interfaces As Type() _ ) |
Visual C++ |
---|
public: ProxyCacheEntry( Type^ baseType, array<Type^>^ interfaces ) |
Parameters
- baseType
- Type: System..::..Type
[Missing <param name="baseType"/> documentation for "M:NHibernate.Proxy.DynamicProxy.ProxyCacheEntry.#ctor(System.Type,System.Type[])"]
- interfaces
- Type: array<System..::..Type>[]()[][]
[Missing <param name="interfaces"/> documentation for "M:NHibernate.Proxy.DynamicProxy.ProxyCacheEntry.#ctor(System.Type,System.Type[])"]