RazorEngine


AttributeValue

Defined in RazorEngine.dll.

Constructors

ConstructorDescription
new(prefix, value, literal)
Signature: (prefix:PositionTagged<string> * value:PositionTagged<obj> * literal:bool) -> unit

Instance members

Instance memberDescription
Literal()
Signature: unit -> bool
Prefix()
Signature: unit -> PositionTagged<string>
Value()
Signature: unit -> PositionTagged<obj>

Static members

Static memberDescription
FromTuple(value)
Signature: (value:((string * int) * (obj * int) * bool)) -> AttributeValue
FromTuple(value)
Signature: (value:((string * int) * (string * int) * bool)) -> AttributeValue
op_Implicit(value)
Signature: (value:((string * int) * (obj * int) * bool)) -> AttributeValue
op_Implicit(value)
Signature: (value:((string * int) * (string * int) * bool)) -> AttributeValue
Fork me on GitHub