PerformanceStubs.Core.FluentTagBuilder.FluentTagBuilder C# (CSharp) Method

FluentTagBuilder() public method

public FluentTagBuilder ( string tagName ) : System.Collections.Generic
tagName string
return 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