SourceText
Namespace: YC.Utils
Parent Module: SourceText
Record Fields
Record Field | Description |
range
Signature: SourceRange
|
|
text
Signature: string
|
Constructors
Constructor | Description |
new(text, range)
Signature: (text:string * range:SourceRange) -> SourceText
|
CompiledName: |
Instance members
Instance member | Description |
Range
Signature: SourceRange
|
CompiledName: |
Text
Signature: string
|
CompiledName: |
Static members
Static member | Description |
ofTuple(text, range)
Signature: (text:string * range:(Pair * Pair)) -> SourceText
|