System.Xml.XmlChildNodes.XmlChildNodes C# (CSharp) 메소드

XmlChildNodes() 공개 메소드

public XmlChildNodes ( XmlNode container ) : System.Collections
container XmlNode
리턴 System.Collections
        public XmlChildNodes( XmlNode container ) {
            this.container = container;
        }