C# 클래스 System.Xml.Schema.KeySequence

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object other ) : bool
GetHashCode ( ) : int
KeySequence ( TypedObject ks ) : System
ToString ( ) : string
this ( int index ) : object

비공개 메소드들

메소드 설명
IsQualified ( ) : bool
KeySequence ( int dim, int line, int col ) : System

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

KeySequence() 공개 메소드

public KeySequence ( TypedObject ks ) : System
ks TypedObject
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( int index ) : object
index int
리턴 object