Telerik.Web.Mvc.Configuration.WebAssetItemGroupConfigurationElementCollection.this C# (CSharp) Method

this() public method

Gets the Telerik.Web.Mvc.Configuration.WebAssetItemGroupConfigurationElement with the specified name.
public this ( string name ) : WebAssetItemGroupConfigurationElement
name string
return WebAssetItemGroupConfigurationElement
        public new WebAssetItemGroupConfigurationElement this[string name]
        {
            [DebuggerStepThrough]
            get
            {
                return BaseGet(name) as WebAssetItemGroupConfigurationElement;
            }
        }
WebAssetItemGroupConfigurationElementCollection