Example #1
0
            public Bindings(ByteArrayPart toAor)
            {
                isStale = false;
                isNew   = true;

                aor = new byte[toAor.Length];
                toAor.BlockCopyTo(aor, 0);

                bindings = new Binding[1];

                sync = this.aor;
            }