public Action<TIn> LogCallback { get; set; }
Public Property LogCallback As Action(Of TIn) Get Set
public: property Action<TIn>^ LogCallback { Action<TIn>^ get (); void set (Action<TIn>^ value); }