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

this() public method

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