Bumblebee.IntegrationTests.Extensions.ItemWithText.ItemWithText C# (CSharp) Méthode

ItemWithText() public méthode

public ItemWithText ( string text ) : System.Linq
text string
Résultat System.Linq
        public ItemWithText(string text)
        {
            Text = text;
        }
ItemWithText