FluentTc.Locators.MoreOptionsHavingBuilder.WithComment C# (CSharp) Méthode

WithComment() public méthode

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