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