BootstrapComponents.Core.HtmlAttributes.Clone C# (CSharp) Метод

Clone() публичный Метод

public Clone ( ) : HtmlAttributes
Результат HtmlAttributes
        public HtmlAttributes Clone()
        {
            return new HtmlAttributes(_attributes.ToDictionary(x => x.Key, x => new HtmlAttributes(x.Value)));
        }