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

textType() 공개 메소드

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