Gets or sets an array of Type that contains the arguments needed to construct an instance of a closed type.

Namespace:  NHibernate.Mapping
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Property GenericArguments As Type()
C#
public Type[] GenericArguments { get; set; }
Visual C++
public:
property array<Type^>^ GenericArguments {
	array<Type^>^ get ();
	void set (array<Type^>^ value);
}
JavaScript
function get_genericArguments();
function set_genericArguments(value);

See Also