C# Class EzBus.Core.Config.DestinationCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Show file Open project: Zapote/EzBus

Public Methods

Method Description
Add ( ConfigurationElement element ) : void
this ( int index ) : DestinationElement

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Method Details

Add() public method

public Add ( ConfigurationElement element ) : void
element System.Configuration.ConfigurationElement
return void

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
return object

this() public method

public this ( int index ) : DestinationElement
index int
return DestinationElement