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) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

See Also