using System.Collections.Generic; namespace ClearSlideLibrary.Dom { public class PPTContainerShape { public List Elements { get; set; } public PPTContainerShape() { } } }