StoryTeller.Engine.Sets.SetVerificationGrammar.ToStructure C# (CSharp) Method

ToStructure() public method

public ToStructure ( FixtureLibrary library ) : GrammarStructure
library StoryTeller.Model.FixtureLibrary
return StoryTeller.Model.GrammarStructure
        public GrammarStructure ToStructure(FixtureLibrary library)
        {
            return new SetVerification(_labelName, _leafName, cells())
            {
                Ordered = Ordered
            };
        }