C# 클래스 Simple.IO.XmlHelper

파일 보기 프로젝트 열기: juanplopes/simple

공개 메소드들

메소드 설명
GetStream ( XmlNode node ) : Stream
GetStream ( string xml ) : Stream

메소드 상세

GetStream() 공개 정적인 메소드

public static GetStream ( XmlNode node ) : Stream
node System.Xml.XmlNode
리턴 System.IO.Stream

GetStream() 공개 정적인 메소드

public static GetStream ( string xml ) : Stream
xml string
리턴 System.IO.Stream