JsonValue Klasse

Definition

public ref class JsonValue abstract : System::Collections::IEnumerable
public abstract class JsonValue : System.Collections.IEnumerable
type JsonValue = class
    interface IEnumerable
Public MustInherit Class JsonValue
Implements IEnumerable
Vererbung
JsonValue
Abgeleitet
Implementiert

Hinweise

Hinweis

Der System.Json Namespace wurde für Silverlight entwickelt, das nicht mehr unterstützt wird. Für die Verarbeitung von JSON wird stattdessen die Verwendung von APIs im System.Text.Json -Namespace empfohlen.

Konstruktoren

JsonValue()

Eigenschaften

Count
Item[Int32]
Item[String]
JsonType

Methoden

ContainsKey(String)
Equals(Object)

Bestimmt, ob das angegebene Objekt gleich dem aktuellen Objekt ist.

(Geerbt von Object)
GetHashCode()

Fungiert als Standardhashfunktion.

(Geerbt von Object)
GetType()

Ruft den Type der aktuellen Instanz ab.

(Geerbt von Object)
Load(Stream)
Load(TextReader)
MemberwiseClone()

Erstellt eine flache Kopie des aktuellen Object.

(Geerbt von Object)
Parse(String)
Save(Stream)
Save(TextWriter)
ToString()

Operatoren

Implicit(Boolean to JsonValue)
Implicit(Byte to JsonValue)
Implicit(Char to JsonValue)
Implicit(DateTime to JsonValue)
Implicit(DateTimeOffset to JsonValue)
Implicit(Decimal to JsonValue)
Implicit(Double to JsonValue)
Implicit(Guid to JsonValue)
Implicit(Int16 to JsonValue)
Implicit(Int32 to JsonValue)
Implicit(Int64 to JsonValue)
Implicit(JsonValue to Boolean)
Implicit(JsonValue to Byte)
Implicit(JsonValue to Char)
Implicit(JsonValue to DateTime)
Implicit(JsonValue to DateTimeOffset)
Implicit(JsonValue to Decimal)
Implicit(JsonValue to Double)
Implicit(JsonValue to Guid)
Implicit(JsonValue to Int16)
Implicit(JsonValue to Int32)
Implicit(JsonValue to Int64)
Implicit(JsonValue to SByte)
Implicit(JsonValue to Single)
Implicit(JsonValue to String)
Implicit(JsonValue to TimeSpan)
Implicit(JsonValue to UInt16)
Implicit(JsonValue to UInt32)
Implicit(JsonValue to UInt64)
Implicit(JsonValue to Uri)
Implicit(SByte to JsonValue)
Implicit(Single to JsonValue)
Implicit(String to JsonValue)
Implicit(TimeSpan to JsonValue)
Implicit(UInt16 to JsonValue)
Implicit(UInt32 to JsonValue)
Implicit(UInt64 to JsonValue)
Implicit(Uri to JsonValue)

Explizite Schnittstellenimplementierungen

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

Erweiterungsmethoden

Cast<TResult>(IEnumerable)

Wandelt die Elemente eines IEnumerable in den angegebenen Typ um

OfType<TResult>(IEnumerable)

Filtert die Elemente eines IEnumerable anhand eines angegebenen Typs

AsParallel(IEnumerable)

Ermöglicht die Parallelisierung einer Abfrage.

AsQueryable(IEnumerable)

Konvertiert einen IEnumerable in einen IQueryable.

Gilt für: