Back to API Reference
Struct

FixedRangeSource.Entry

sealed

One authored range expression and its positional modifier parameters.

public string Range{ get; set }

C#-style codepoint range expression such as 0..5 or ^10...

public string Parameter{ get; set }

Explicit positional parameter layer forwarded to the modifier graph.

[ctor]public Entry()

Creates an authored range entry.