Exemple #1
0
 public RefField(RefList <T> lst, string path, Cursor cursor) : base(path, cursor)
 {
     _lst = lst;
 }