예제 #1
0
파일: Header.cs 프로젝트: tvoyle/nxkit
        public Header(
            XElement element,
            HeaderAttributes attributes)
            : base(element)
        {
            Contract.Requires <ArgumentNullException>(element != null);

            this.attributes = attributes;
        }
예제 #2
0
파일: Header.cs 프로젝트: nxkit/nxkit
        public Header(
            XElement element,
            HeaderAttributes attributes)
            : base(element)
        {
            Contract.Requires<ArgumentNullException>(element != null);

            this.attributes = attributes;
        }