AJE Components
CSSParser ClassAJE Data Report Engine Help
Represents the Object used to parse CSS Files.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem.Collections.Generic List OnlineKeyValuePair OnlineString, OnlineList OnlineKeyValuePair OnlineString, OnlineString    
    AJE.DataReportEngine CSSParser

Namespace: AJE.DataReportEngine
Assembly: AJE.DataReportEngine (in AJE.DataReportEngine.dll) Version: 4.0.8409.29839 (4.0.1.1)
Syntax

[SerializableAttribute]
public class CSSParser : List<KeyValuePair<string, List<KeyValuePair<string, string>>>>
See Also