Represents a || in the CSS specification. One or more in any order.
Public Member Functions | |
AnyOf (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.AnyOf.Set |
The underlying set of values.
|
private |
Tracks which in the set have been used up. Prevents using them twice.