Class Expression
Object representing CSS expression
Inheritance
System.Object
Expression
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.CssParsing
Assembly: EPiServer.Framework.dll
Version: 8.11.0Syntax
public class Expression
Constructors
Expression()
Initializes a new instance of the Expression class.
Declaration
public Expression()
Properties
Terms
Gets or sets the terms.
Declaration
public IList<Term> Terms { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Term> | The terms. |
Methods
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String that represents this instance. |
Overrides
System.Object.ToString()