Exemplo n.º 1
0
 public DummyImmutableRef(long longProp, DummyImmutableRef refProp)
 {
     LongProp = longProp;
     RefProp  = refProp;
 }
Exemplo n.º 2
0
 public DummyImmutableRef(string stringProp, long longProp, DummyImmutableRef refProp)
 {
     StringProp = stringProp;
     LongProp   = longProp;
     RefProp    = refProp;
 }
Exemplo n.º 3
0
 public DummyImmutableRef(DummyImmutableRef refProp)
 {
     RefProp = refProp;
 }