C# Class KNFoundation.KNPropertyListSerializationExtensions

Mostrar archivo Open project: iKenndac/KNFoundation

Public Methods

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

Private Methods

Method Description
KeyElementForKey ( string key, XmlDocument doc ) : XmlElement

Method Details

PropertyListRepresentationWithKey() public static method

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

PropertyListRepresentationWithKey() public static method

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