C# 클래스 xstream.Utilities.Xmlifier

파일 보기 프로젝트 열기: srushti/xstream.net 1 사용 예제들

공개 메소드들

메소드 설명
Xmlify ( Type type ) : string
XmlifyNode ( Type type ) : string

비공개 메소드들

메소드 설명
UnXmlify ( string typeName ) : string

메소드 상세

Xmlify() 공개 정적인 메소드

public static Xmlify ( Type type ) : string
type System.Type
리턴 string

XmlifyNode() 공개 정적인 메소드

public static XmlifyNode ( Type type ) : string
type System.Type
리턴 string