[Missing <summary> documentation for "P:NHibernate.Proxy.DynamicProxy.InvocationInfo.TypeArguments"]

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

Syntax

C#
public Type[] TypeArguments { get; }
Visual Basic
Public ReadOnly Property TypeArguments As Type()
	Get
Visual C++
public:
property array<Type^>^ TypeArguments {
	array<Type^>^ get ();
}

See Also