protected Func<IPipeMethodHandler> CreateMethodHandlerFunc { get; }
Protected ReadOnly Property CreateMethodHandlerFunc As Func(Of IPipeMethodHandler)
Get
protected:
property Func<IPipeMethodHandler^>^ CreateMethodHandlerFunc {
Func<IPipeMethodHandler^>^ get ();
}
member CreateMethodHandlerFunc : Func<IPipeMethodHandler> with get