Example #1
0
 public void Deconstruct(out string key, out FieldOrPropertyInfo value)
 {
     key   = this.key;
     value = this.value;
 }
Example #2
0
 public StringKeySerializationInfoTuple(string key, FieldOrPropertyInfo value)
 {
     this.key   = key;
     this.value = value;
 }