PositionTagged<'T>
Defined in RazorEngine.dll.
PositionTagged
Constructors
Constructor | Description |
new(value, offset)
Signature: (value:'T * offset:int) -> unit
|
Creates a new PositionTagged instance |
Instance members
Instance member | Description |
Equals(obj)
Signature: obj:obj -> bool
Modifiers: abstract |
Checks if the given object equals the current object. Returns: |
GetHashCode()
Signature: unit -> int
Modifiers: abstract |
Calculates a hash-code for the current instance. Returns: |
Position()
Signature: unit -> unit
|
The position. |
ToString()
Signature: unit -> string
Modifiers: abstract |
Returns Value.ToString(). Returns: |
Value()
Signature: unit -> unit
|
The value. |
Static members
Static member | Description |
op_Equality(left, right)
Signature: (left:PositionTagged<'T> * right:PositionTagged<'T>) -> bool
|
Checks if the given instances are equal. Returns: |
op_Implicit(value)
Signature: value:PositionTagged<'T> -> 'T
|
|
op_Implicit(value)
Signature: (value:('T * int)) -> PositionTagged<'T>
|
|
op_Inequality(left, right)
Signature: (left:PositionTagged<'T> * right:PositionTagged<'T>) -> bool
|
Checks if the given instances are not equal. Returns: |