C# Class ImageMagick.Web.UrlResolverSettingsCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Show file Open project: dlemstra/Magick.NET

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement

Initializes a new instance of the UrlResolverSettings class.

GetElementKey ( ConfigurationElement element ) : object

Gets the element key for a specified UrlResolverSettings element.

Method Details

CreateNewElement() protected method

Initializes a new instance of the UrlResolverSettings class.
protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

Gets the element key for a specified UrlResolverSettings element.
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement The UrlResolverSettings to return the key for.
return object