C# 클래스 GillSoft.XmlComparer.KeyValueElementInfo

파일 보기 프로젝트 열기: GillSoftLimited/GillSoft.XmlComparer 1 사용 예제들

공개 메소드들

메소드 설명
KeyMatchCount ( KeyValueElementInfo kv, string elementName, IEnumerable names ) : int
KeyValueElementInfo ( string elementName, string keyName, string valueName = null ) : System
ToString ( ) : string

메소드 상세

KeyMatchCount() 공개 정적인 메소드

public static KeyMatchCount ( KeyValueElementInfo kv, string elementName, IEnumerable names ) : int
kv KeyValueElementInfo
elementName string
names IEnumerable
리턴 int

KeyValueElementInfo() 공개 메소드

public KeyValueElementInfo ( string elementName, string keyName, string valueName = null ) : System
elementName string
keyName string
valueName string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string