FluentTc.Locators.MoreOptionsHavingBuilder.WithComment C# (CSharp) Method

WithComment() public method

public WithComment ( string comment ) : IMoreOptionsHavingBuilder
comment string
return IMoreOptionsHavingBuilder
        public IMoreOptionsHavingBuilder WithComment(string comment)
        {
            m_Comment = comment;
            return this;
        }