C# 클래스 XmlIntelliSense.App.XHelper.XmlNamespace

파일 보기 프로젝트 열기: Code-Inside/Samples 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
FromString ( string namespaceString ) : XmlNamespace

Creates an XmlNamespace instance from the given string that is in the format returned by ToString.

GetHashCode ( ) : int
ToString ( ) : string
XmlNamespace ( ) : System
XmlNamespace ( string prefix, string name ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

FromString() 공개 정적인 메소드

Creates an XmlNamespace instance from the given string that is in the format returned by ToString.
public static FromString ( string namespaceString ) : XmlNamespace
namespaceString string
리턴 XmlNamespace

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

XmlNamespace() 공개 메소드

public XmlNamespace ( ) : System
리턴 System

XmlNamespace() 공개 메소드

public XmlNamespace ( string prefix, string name ) : System
prefix string
name string
리턴 System