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)));
        }