ExtensionRequestMergeFrom Method (ExtensionRequest) |
[Missing <summary> documentation for "M:Grpc.Reflection.V1Alpha.ExtensionRequest.MergeFrom(Grpc.Reflection.V1Alpha.ExtensionRequest)"]
Namespace:
Grpc.Reflection.V1Alpha
Assembly:
Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntaxpublic void MergeFrom(
ExtensionRequest other
)
Public Sub MergeFrom (
other As ExtensionRequest
)
public:
virtual void MergeFrom(
ExtensionRequest^ other
) sealed
abstract MergeFrom :
other : ExtensionRequest -> unit
override MergeFrom :
other : ExtensionRequest -> unit Parameters
- other
- Type: Grpc.Reflection.V1AlphaExtensionRequest
[Missing <param name="other"/> documentation for "M:Grpc.Reflection.V1Alpha.ExtensionRequest.MergeFrom(Grpc.Reflection.V1Alpha.ExtensionRequest)"]
Implements
IMessage.MergeFrom(UTP)
See Also