C# Класс Enyim.Caching.Configuration.EndPointElementCollection

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

Открытые методы

Метод Описание
ToIPEndPointCollection ( ) : IList

Helper method; converts the collection into an T:IPEndPoint collection for the interface implementation.

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

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

Creates a new T:ConfigurationElement.

GetElementKey ( ConfigurationElement element ) : object

Gets the element key for a specified configuration element when overridden in a derived class.

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

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

Creates a new T:ConfigurationElement.
protected CreateNewElement ( ) : ConfigurationElement
Результат System.Configuration.ConfigurationElement

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

Gets the element key for a specified configuration element when overridden in a derived class.
protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement The to return the key for.
Результат object

ToIPEndPointCollection() публичный Метод

Helper method; converts the collection into an T:IPEndPoint collection for the interface implementation.
public ToIPEndPointCollection ( ) : IList
Результат IList