コード例 #1
0
        public SequenceValue(Sequence sequence)
        {
            if (sequence == null)
            {
                throw new NullReferenceException();
            }

            this.sequence = sequence;
        }
コード例 #2
0
        public SequenceValue(Sequence sequence)
        {
            if (sequence == null)
            {
                throw new NullReferenceException();
            }

            this.sequence = sequence;
        }