JsonValue クラス

定義

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
継承
JsonValue
派生
実装

注釈

注意

名前空間は System.Json Silverlight 用に設計されましたが、これはサポートされなくなりました。 JSON を処理する場合は、代わりに 名前空間で System.Text.Json API を使用することをお勧めします。

コンストラクター

JsonValue()

プロパティ

Count
Item[Int32]
Item[String]
JsonType

メソッド

ContainsKey(String)
Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
Load(Stream)
Load(TextReader)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
Parse(String)
Save(Stream)
Save(TextWriter)
ToString()

演算子

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)

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象