コード例 #1
0
        internal void AddAnnotation(XmlAnnotationInfo annotation)
        {
            if (this.annotations == null)
            {
                this.annotations = new List <XmlAnnotationInfo>();
            }

            this.annotations.Add(annotation);
        }
コード例 #2
0
ファイル: XmlElementInfo.cs プロジェクト: larsenjo/odata.net
        internal void AddAnnotation(XmlAnnotationInfo annotation)
        {
            if (this.annotations == null)
            {
                this.annotations = new List<XmlAnnotationInfo>();
            }

            this.annotations.Add(annotation);
        }