C# Класс Enyim.Membase.Configuration.UriElementCollection

Represents a collection of T:EndPointElement instances. This class cannot be inherited.
Наследование: System.Configuration.ConfigurationElementCollection
Показать файл Открыть проект

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

Метод Описание
ToUriCollection ( ) : 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

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

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