StoryTeller.Model.SetVerification.SetVerification C# (CSharp) Method

SetVerification() public method

public SetVerification ( string label, string leafName, IList cells ) : System
label string
leafName string
cells IList
return System
        public SetVerification(string label, string leafName, IList<Cell> cells)
            : base(label, leafName, new List<Cell>(cells))
        {
        }

Same methods

SetVerification::SetVerification ( ) : System
SetVerification::SetVerification ( string label, string leafName ) : System