C# 클래스 ImageMagick.Web.UrlResolverSettingsCollection

상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: dlemstra/Magick.NET

보호된 메소드들

메소드 설명
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