BootstrapComponents.Core.HtmlAttributes.Clone C# (CSharp) Méthode

Clone() public méthode

public Clone ( ) : HtmlAttributes
Résultat HtmlAttributes
        public HtmlAttributes Clone()
        {
            return new HtmlAttributes(_attributes.ToDictionary(x => x.Key, x => new HtmlAttributes(x.Value)));
        }