Click or drag to resize
GateToString Method
Returns a string representation of this gate, based on the gate's name, help string, and type.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
abstract ToString : unit -> string 
override ToString : unit -> string 

Return Value

Type: String
The string representation
See Also