Bumblebee.IntegrationTests.Extensions.ItemWithText.ItemWithText C# (CSharp) 메소드

ItemWithText() 공개 메소드

public ItemWithText ( string text ) : System.Linq
text string
리턴 System.Linq
        public ItemWithText(string text)
        {
            Text = text;
        }
ItemWithText