Example #1
0
 public void SetPeople(Capnproto.StructList.Reader <Capnproto.Examples.Addressbook.Person.Reader> value)
 {
     _setPointerField(Capnproto.Examples.Addressbook.Person.ListFactory, 0, value);
 }
Example #2
0
 public Iterator(Reader <T> _enclosing, Capnproto.StructList.Reader <T> list)
 {
     this._enclosing = _enclosing;
     this.list       = list;
 }
Example #3
0
 public void SetPhones(Capnproto.StructList.Reader <Capnproto.Examples.Addressbook.Person.PhoneNumber.Reader> value)
 {
     _setPointerField(Capnproto.Examples.Addressbook.Person.PhoneNumber.ListFactory, 2, value);
 }