SePSX.RecordedCodeSequence.RecordedCodeSequence C# (CSharp) Method

RecordedCodeSequence() public method

public RecordedCodeSequence ( ) : System.Collections.Generic
return 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>();
        }