C# Class Telerik.Web.Mvc.Configuration.WebAssetItemGroupConfigurationElementCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Show file Open project: juanplopes/simple-telerik

Public Methods

Method Description
this ( string name ) : WebAssetItemGroupConfigurationElement

Gets the Telerik.Web.Mvc.Configuration.WebAssetItemGroupConfigurationElement with the specified name.

Private Methods

Method Description
Add ( WebAssetItemGroupConfigurationElement element ) : void
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Method Details

this() public method

Gets the Telerik.Web.Mvc.Configuration.WebAssetItemGroupConfigurationElement with the specified name.
public this ( string name ) : WebAssetItemGroupConfigurationElement
name string
return WebAssetItemGroupConfigurationElement