Encog.Parse.Tags.Read.ReadXML.ReadXML C# (CSharp) 메소드

ReadXML() 공개 메소드

Construct an XML reader.
public ReadXML ( Stream istream ) : System
istream Stream The input stream to read from.
리턴 System
        public ReadXML(Stream istream)
            : base(istream)
        {
        }