C# Класс CustomConfigurations.ValueItemElementCollection

Object to hold a list of valueItemElements
Наследование: System.Configuration.ConfigurationElementCollection
Показать файл Открыть проект

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

Метод Описание
Add ( ValueItemElement item ) : void
IsReadOnly ( ) : bool
Remove ( string key ) : void
RemoveAt ( int index ) : void
this ( int index ) : ValueItemElement
this ( string key ) : ValueItemElement

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

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

When overridden in a derived class, creates a new T:System.Configuration.ConfigurationElement.

GetElementKey ( ConfigurationElement element ) : object

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

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

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

public Add ( ValueItemElement item ) : void
item ValueItemElement
Результат void

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

When overridden in a derived class, creates a new T:System.Configuration.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

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

public IsReadOnly ( ) : bool
Результат bool

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

public Remove ( string key ) : void
key string
Результат void

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

public RemoveAt ( int index ) : void
index int
Результат void

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

public this ( int index ) : ValueItemElement
index int
Результат ValueItemElement

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

public this ( string key ) : ValueItemElement
key string
Результат ValueItemElement