C# 클래스 KNFoundation.KNPropertyListSerializationExtensions

파일 보기 프로젝트 열기: iKenndac/KNFoundation

공개 메소드들

메소드 설명
PropertyListRepresentationWithKey ( this s, XmlDocument doc, string key ) : ArrayList
PropertyListRepresentationWithKey ( object>.this d, XmlDocument doc, string key ) : ArrayList

비공개 메소드들

메소드 설명
KeyElementForKey ( string key, XmlDocument doc ) : XmlElement

메소드 상세

PropertyListRepresentationWithKey() 공개 정적인 메소드

public static PropertyListRepresentationWithKey ( this s, XmlDocument doc, string key ) : ArrayList
s this
doc System.Xml.XmlDocument
key string
리턴 System.Collections.ArrayList

PropertyListRepresentationWithKey() 공개 정적인 메소드

public static PropertyListRepresentationWithKey ( object>.this d, XmlDocument doc, string key ) : ArrayList
d object>.this
doc System.Xml.XmlDocument
key string
리턴 System.Collections.ArrayList