[Missing <summary> documentation for "M:NHibernate.Proxy.DynamicProxy.ProxyCache.StoreProxyType(System.Type,System.Type,System.Type[])"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public void StoreProxyType( Type result, Type baseType, params Type[] baseInterfaces ) |
Visual Basic |
---|
Public Sub StoreProxyType ( _ result As Type, _ baseType As Type, _ ParamArray baseInterfaces As Type() _ ) |
Visual C++ |
---|
public: virtual void StoreProxyType( Type^ result, Type^ baseType, ... array<Type^>^ baseInterfaces ) sealed |
Parameters
- result
- Type: System..::..Type
[Missing <param name="result"/> documentation for "M:NHibernate.Proxy.DynamicProxy.ProxyCache.StoreProxyType(System.Type,System.Type,System.Type[])"]
- baseType
- Type: System..::..Type
[Missing <param name="baseType"/> documentation for "M:NHibernate.Proxy.DynamicProxy.ProxyCache.StoreProxyType(System.Type,System.Type,System.Type[])"]
- baseInterfaces
- Type: array<System..::..Type>[]()[][]
[Missing <param name="baseInterfaces"/> documentation for "M:NHibernate.Proxy.DynamicProxy.ProxyCache.StoreProxyType(System.Type,System.Type,System.Type[])"]