Ejemplo n.º 1
0
 public GrainType(SpanId id) => _value = id;
Ejemplo n.º 2
0
 public GrainType(SerializationInfo info, StreamingContext context)
 {
     _value = new SpanId((byte[])info.GetValue("v", typeof(byte[])), info.GetInt32("h"));
 }