ConstructorModel..::..ParameterList Property

Gets the parameter list.

Namespace:  FastMoq.Models
Assembly:  FastMoq.Core (in FastMoq.Core.dll)

Syntax


public Nullable<Object>[] ParameterList { get; }
Public ReadOnly Property ParameterList As Nullable(Of Object)()
	Get
public:
property array<Nullable<Object^>>^ ParameterList {
	array<Nullable<Object^>>^ get ();
}

Field Value

The parameter list.