InstanceModel..::..CreateFunc Property

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

Syntax


public Nullable<Func<Mocker, Object>> CreateFunc { get; set; }
Public Property CreateFunc As Nullable(Of Func(Of Mocker, Object))
	Get
	Set
public:
property Nullable<Func<Mocker^, Object^>^> CreateFunc {
	Nullable<Func<Mocker^, Object^>^> get ();
	void set (Nullable<Func<Mocker^, Object^>^> value);
}