ServerReflectionRequestClone Method |
[Missing <summary> documentation for "M:Grpc.Reflection.V1Alpha.ServerReflectionRequest.Clone"]
Namespace:
Grpc.Reflection.V1Alpha
Assembly:
Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntaxpublic ServerReflectionRequest Clone()
Public Function Clone As ServerReflectionRequest
public:
virtual ServerReflectionRequest^ Clone() sealed
abstract Clone : unit -> ServerReflectionRequest
override Clone : unit -> ServerReflectionRequest
Return Value
Type:
ServerReflectionRequestImplements
IDeepCloneable.Clone
See Also