Share via


RawJson(String) Constructor

Definition

Constructs an instance of the RawJson class.

public RawJson (string json);
new Xamarin.UITest.Utils.RawJson : string -> Xamarin.UITest.Utils.RawJson
Public Sub New (json As String)

Parameters

json
String

The json contents.

Applies to