Example #1
0
 public Field(RuntimeBase rtb, string key)
 {
     _key = key;
     _rtb = rtb;
 }
Example #2
0
 public Fields(RuntimeBase rtb)
 {
     _rtb = rtb;
 }