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

iatiidentifier() public method

public iatiidentifier ( ) : System
return System
        public iatiidentifier()
        {
            this.textField = new List<string>();
            this.anyAttrField = new List<System.Xml.XmlAttribute>();
        }
iatiidentifier