AIMS_BD_IATI.Library.conditions.conditions C# (CSharp) 메소드

conditions() 공개 메소드

public conditions ( ) : System
리턴 System
        public conditions()
        {
            this.anyAttrField = new List<System.Xml.XmlAttribute>();
            this.itemsField = new List<object>();
        }
conditions