SePSX.RecordedCodeSequence.RecordedCodeSequence C# (CSharp) 메소드

RecordedCodeSequence() 공개 메소드

public RecordedCodeSequence ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public RecordedCodeSequence()
        {
            Items =
                new List<IRecordedItem>();
            Header =
                new List<string>();
            Data =
                new List<string>();
            Footer =
                new List<string>();
            Code =
                new List<string>();
        }