Back to Practical Aspnetcore

Using oneof type to simulate nullable value

projects/grpc/grpc-8/README.md

latest161 B
Original Source

Using oneof type to simulate nullable value

oneof type allows you check whether the value of a property is set or not, essentialy emulating nullable type.