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;
        }