New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.Javascript

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public class JsonBaseType

Inheritance: objectJsonBaseType

Derived Classes: JsonCollection

Properties

C#
protected object InternalValue { get; set; }
C#
public virtual JsonBaseType this[int index] { get; set; }
Parameters:indexint
C#
public virtual JsonBaseType this[string key] { get; set; }
Parameters:keystring

Operators

C#
public static implicit operator bool(JsonBaseType type)
Parameters:typeJsonBaseTypeReturns:

bool

C#
public static implicit operator double(JsonBaseType type)
Parameters:typeJsonBaseTypeReturns:

double

C#
public static implicit operator int(JsonBaseType type)
Parameters:typeJsonBaseTypeReturns:

int

C#
public static implicit operator string(JsonBaseType type)
Parameters:typeJsonBaseTypeReturns:

string