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