C# 클래스 System.Xml.Xsl.Runtime.XmlEmptySortKey

Sort key for the empty sequence. Empty sequence always compares sorts either before all other values, or after all other values.
상속: XmlSortKey
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
CompareTo ( object obj ) : int
XmlEmptySortKey ( XmlCollation collation ) : System

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

XmlEmptySortKey() 공개 메소드

public XmlEmptySortKey ( XmlCollation collation ) : System
collation XmlCollation
리턴 System