Represents 'a && b' in the CSS specification. All must occur, in any order.
Public Member Functions | |
| AllAnyOrder (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... | |
Private Attributes | |
| bool[] | Used |
| Tracks which in the set have been used up. Prevents using them twice. More... | |
|
inline |
|
inlinevirtual |
Reimplemented from Css.Spec.Value.
| Spec.Value [] Css.Spec.AllAnyOrder.Set |
The underlying set of values.
|
private |
Tracks which in the set have been used up. Prevents using them twice.