FluentTc.Locators.MoreOptionsHavingBuilder.WithComment C# (CSharp) Метод

WithComment() публичный Метод

public WithComment ( string comment ) : IMoreOptionsHavingBuilder
comment string
Результат IMoreOptionsHavingBuilder
        public IMoreOptionsHavingBuilder WithComment(string comment)
        {
            m_Comment = comment;
            return this;
        }