Ejemplo n.º 1
0
        public SequenceValue(Sequence sequence)
        {
            if (sequence == null)
            {
                throw new NullReferenceException();
            }

            this.sequence = sequence;
        }
Ejemplo n.º 2
0
        public SequenceValue(Sequence sequence)
        {
            if (sequence == null)
            {
                throw new NullReferenceException();
            }

            this.sequence = sequence;
        }