CallableDeclarationHeader.FromJson(String) Method

Definition

public static Tuple<bool,Microsoft.Quantum.QsCompiler.CallableDeclarationHeader> FromJson (string json);
static member FromJson : string -> bool * Microsoft.Quantum.QsCompiler.CallableDeclarationHeader
Public Shared Function FromJson (json As String) As Tuple(Of Boolean, CallableDeclarationHeader)

Parameters

json
String

Returns

Tuple<Boolean,CallableDeclarationHeader>

Applies to