Detailed Description

Represents 'a b' in the CSS specification.

Inheritance diagram for Css.Spec.All:
Css.Spec.Value

Public Member Functions

 All (params Spec.Value[] set)
 
override bool OnReadValue (Style styleBlock, Css.Value value, int start, out int size)
 

Public Attributes

Spec.Value[] Set
 The underlying set of values. More...
 

Constructor & Destructor Documentation

Css.Spec.All.All ( params Spec.Value[]  set)
inline

Member Function Documentation

override bool Css.Spec.All.OnReadValue ( Style  styleBlock,
Css.Value  value,
int  start,
out int  size 
)
inlinevirtual

Reimplemented from Css.Spec.Value.

Member Data Documentation

Spec.Value [] Css.Spec.All.Set

The underlying set of values.