DesignDocApplication.DesignDocument.DesignDocument C# (CSharp) Method

DesignDocument() public method

public DesignDocument ( ) : System.Collections.Generic
return System.Collections.Generic
        public DesignDocument()
        {
            //This will be called when we create it
            questions = new List<Question>();
            this.CreateDefaultSetOfQuestion();
        }