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

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

Syntax

C#
void StoreProxyType(
	Type result,
	Type baseType,
	params Type[] baseInterfaces
)
Visual Basic
Sub StoreProxyType ( _
	result As Type, _
	baseType As Type, _
	ParamArray baseInterfaces As Type() _
)
Visual C++
void StoreProxyType(
	Type^ result, 
	Type^ baseType, 
	... array<Type^>^ baseInterfaces
)

Parameters

result
Type: System..::..Type

[Missing <param name="result"/> documentation for "M:NHibernate.Proxy.DynamicProxy.IProxyCache.StoreProxyType(System.Type,System.Type,System.Type[])"]

baseType
Type: System..::..Type

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

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

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

See Also