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