using System.Collections.Generic; #pragma warning disable namespace ExCSS.Model { interface ISupportsRuleSets { List RuleSets { get; } } } #pragma warning restore