IInstanceModel..::..CreateFunc Property

Gets the create function.

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

Syntax


Nullable<Func<Mocker, Object>> CreateFunc { get; }
ReadOnly Property CreateFunc As Nullable(Of Func(Of Mocker, Object))
	Get
property Nullable<Func<Mocker^, Object^>^> CreateFunc {
	Nullable<Func<Mocker^, Object^>^> get ();
}

Field Value

The create function.