C# Class KNFoundation.KNPropertyListSerializationExtensions

Afficher le fichier Open project: iKenndac/KNFoundation

Méthodes publiques

Méthode Description
PropertyListRepresentationWithKey ( this s, XmlDocument doc, string key ) : ArrayList
PropertyListRepresentationWithKey ( object>.this d, XmlDocument doc, string key ) : ArrayList

Private Methods

Méthode Description
KeyElementForKey ( string key, XmlDocument doc ) : XmlElement

Method Details

PropertyListRepresentationWithKey() public static méthode

public static PropertyListRepresentationWithKey ( this s, XmlDocument doc, string key ) : ArrayList
s this
doc System.Xml.XmlDocument
key string
Résultat System.Collections.ArrayList

PropertyListRepresentationWithKey() public static méthode

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