ConstructorModel..::..ConstructorInfo Property

Gets the constructor information.

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

Syntax


public Nullable<ConstructorInfo> ConstructorInfo { get; }
Public ReadOnly Property ConstructorInfo As Nullable(Of ConstructorInfo)
	Get
public:
property Nullable<ConstructorInfo^> ConstructorInfo {
	Nullable<ConstructorInfo^> get ();
}

Field Value

The constructor information.