PerformanceStubs.Core.FluentTagBuilder.FluentTagBuilder C# (CSharp) 메소드

FluentTagBuilder() 공개 메소드

public FluentTagBuilder ( string tagName ) : System.Collections.Generic
tagName string
리턴 System.Collections.Generic
        public FluentTagBuilder(string tagName, params FluentTagBuilder[] childTags)
            : this(tagName, null, childTags)
        {
        }

Same methods

FluentTagBuilder::FluentTagBuilder ( string tagName, string withText ) : System.Collections.Generic