PicklesDoc.Pickles.ObjectModel.Step.Step C# (CSharp) 메소드

Step() 공개 메소드

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