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

Sort key for xs:string values. Strings are sorted according to a byte-wise sort key calculated by caller.
상속: XmlSortKey
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
CompareTo ( object obj ) : int
XmlStringSortKey ( SortKey sortKey, bool descendingOrder ) : System
XmlStringSortKey ( byte sortKey, bool descendingOrder ) : System

메소드 상세

CompareTo() 공개 메소드

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

XmlStringSortKey() 공개 메소드

public XmlStringSortKey ( SortKey sortKey, bool descendingOrder ) : System
sortKey System.Globalization.SortKey
descendingOrder bool
리턴 System

XmlStringSortKey() 공개 메소드

public XmlStringSortKey ( byte sortKey, bool descendingOrder ) : System
sortKey byte
descendingOrder bool
리턴 System