AIMS_BD_IATI.Library.sector.sector C# (CSharp) Method

sector() public method

public sector ( ) : System
return System
        public sector()
        {
            this.anyAttrField = new List<System.Xml.XmlAttribute>();
            this.anyField = new List<System.Xml.XmlNode>();
        }
sector