C# Class MvcRouteConfig.Configuration.RouteConfigurationElementCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Show file Open project: tdupont750/MvcRouteConfig

Public Methods

Method Description
this ( int index ) : RouteConfigurationElement

Protected Methods

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

Method Details

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 ) : RouteConfigurationElement
index int
return RouteConfigurationElement