C# Класс ImageMagick.Web.UrlResolverSettingsCollection

Наследование: System.Configuration.ConfigurationElementCollection
Показать файл Открыть проект

Защищенные методы

Метод Описание
CreateNewElement ( ) : ConfigurationElement

Initializes a new instance of the UrlResolverSettings class.

GetElementKey ( ConfigurationElement element ) : object

Gets the element key for a specified UrlResolverSettings element.

Описание методов

CreateNewElement() защищенный Метод

Initializes a new instance of the UrlResolverSettings class.
protected CreateNewElement ( ) : ConfigurationElement
Результат System.Configuration.ConfigurationElement

GetElementKey() защищенный Метод

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.
Результат object