PicklesDoc.Pickles.ObjectModel.Step.Step C# (CSharp) Method

Step() public method

public Step ( ) : System.Collections.Generic
return System.Collections.Generic
        public Step()
        {
            this.Comments = new List<Comment>();
        }
Step