ListServiceResponseParser Property |
[Missing <summary> documentation for "P:Grpc.Reflection.V1Alpha.ListServiceResponse.Parser"]
Namespace:
Grpc.Reflection.V1Alpha
Assembly:
Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntaxpublic static MessageParser<ListServiceResponse> Parser { get; }Public Shared ReadOnly Property Parser As MessageParser(Of ListServiceResponse)
Get
public:
static property MessageParser<ListServiceResponse^>^ Parser {
MessageParser<ListServiceResponse^>^ get ();
}static member Parser : MessageParser<ListServiceResponse> with get
Property Value
Type:
MessageParserListServiceResponse
See Also