ICssDataType

ICssDataType interface

Common interface for all CSS data types, which are used in the CSS properties

public interface ICssDataType : IEquatable<ICssDataType>

Properties

Name Description
IsDefault { get; } Should define whether the current value of the data type is the default value for this specific data type (true) or not (false)

Methods

Name Description
SerializeDefault() Should return a default string representation of the current value of the data type

See Also