Table of Contents

Operator explicit operator

Namespace
DotNetBrowser.Net
Assembly
DotNetBrowser.dll

explicit operator Scheme(string)

Creates the Scheme instance from string representation.

public static explicit operator Scheme(string value)

Parameters

value string

string representation

Returns

Scheme

the corresponding Scheme instance.