JsonValue.Create メソッド

定義

オーバーロード

Create(Boolean, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Nullable<Int64>, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Nullable<SByte>, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Nullable<Single>, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Nullable<JsonElement>, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Nullable<UInt16>, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Nullable<UInt32>, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Nullable<Int32>, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Nullable<UInt64>, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Single, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(String, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(JsonElement, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(UInt16, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(UInt32, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(UInt64, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(SByte, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Nullable<Int16>, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Nullable<Guid>, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Int16, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(DateTime, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(DateTimeOffset, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Decimal, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Double, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Guid, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Nullable<Double>, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Char, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Int32, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Nullable<Boolean>, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Nullable<Byte>, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Nullable<Char>, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Nullable<DateTime>, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Nullable<DateTimeOffset>, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Nullable<Decimal>, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Int64, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Byte, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create<T>(T, JsonTypeInfo<T>, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create<T>(T, Nullable<JsonNodeOptions>)

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

Create(Boolean, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue Create (bool value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : bool * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Boolean, Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Boolean

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(Nullable<Int64>, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue? Create (long? value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : Nullable<int64> * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Nullable(Of Long), Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Nullable<Int64>

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(Nullable<SByte>, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

重要

この API は CLS 準拠ではありません。

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

[System.CLSCompliant(false)]
public static System.Text.Json.Nodes.JsonValue? Create (sbyte? value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
[<System.CLSCompliant(false)>]
static member Create : Nullable<sbyte> * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Nullable(Of SByte), Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Nullable<SByte>

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

属性

適用対象

Create(Nullable<Single>, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue? Create (float? value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : Nullable<single> * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Nullable(Of Single), Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Nullable<Single>

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(Nullable<JsonElement>, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue? Create (System.Text.Json.JsonElement? value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : Nullable<System.Text.Json.JsonElement> * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Nullable(Of JsonElement), Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Nullable<JsonElement>

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(Nullable<UInt16>, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

重要

この API は CLS 準拠ではありません。

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

[System.CLSCompliant(false)]
public static System.Text.Json.Nodes.JsonValue? Create (ushort? value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
[<System.CLSCompliant(false)>]
static member Create : Nullable<uint16> * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Nullable(Of UShort), Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Nullable<UInt16>

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

属性

適用対象

Create(Nullable<UInt32>, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

重要

この API は CLS 準拠ではありません。

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

[System.CLSCompliant(false)]
public static System.Text.Json.Nodes.JsonValue? Create (uint? value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
[<System.CLSCompliant(false)>]
static member Create : Nullable<uint32> * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Nullable(Of UInteger), Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Nullable<UInt32>

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

属性

適用対象

Create(Nullable<Int32>, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue? Create (int? value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : Nullable<int> * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Nullable(Of Integer), Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Nullable<Int32>

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(Nullable<UInt64>, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

重要

この API は CLS 準拠ではありません。

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

[System.CLSCompliant(false)]
public static System.Text.Json.Nodes.JsonValue? Create (ulong? value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
[<System.CLSCompliant(false)>]
static member Create : Nullable<uint64> * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Nullable(Of ULong), Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Nullable<UInt64>

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

属性

適用対象

Create(Single, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue Create (float value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : single * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Single, Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Single

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(String, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue? Create (string? value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : string * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As String, Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
String

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(JsonElement, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue? Create (System.Text.Json.JsonElement value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : System.Text.Json.JsonElement * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As JsonElement, Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
JsonElement

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(UInt16, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

重要

この API は CLS 準拠ではありません。

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

[System.CLSCompliant(false)]
public static System.Text.Json.Nodes.JsonValue Create (ushort value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
[<System.CLSCompliant(false)>]
static member Create : uint16 * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As UShort, Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
UInt16

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

属性

適用対象

Create(UInt32, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

重要

この API は CLS 準拠ではありません。

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

[System.CLSCompliant(false)]
public static System.Text.Json.Nodes.JsonValue Create (uint value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
[<System.CLSCompliant(false)>]
static member Create : uint32 * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As UInteger, Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
UInt32

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

属性

適用対象

Create(UInt64, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

重要

この API は CLS 準拠ではありません。

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

[System.CLSCompliant(false)]
public static System.Text.Json.Nodes.JsonValue Create (ulong value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
[<System.CLSCompliant(false)>]
static member Create : uint64 * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As ULong, Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
UInt64

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

属性

適用対象

Create(SByte, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

重要

この API は CLS 準拠ではありません。

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

[System.CLSCompliant(false)]
public static System.Text.Json.Nodes.JsonValue Create (sbyte value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
[<System.CLSCompliant(false)>]
static member Create : sbyte * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As SByte, Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
SByte

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

属性

適用対象

Create(Nullable<Int16>, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue? Create (short? value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : Nullable<int16> * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Nullable(Of Short), Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Nullable<Int16>

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(Nullable<Guid>, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue? Create (Guid? value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : Nullable<Guid> * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Nullable(Of Guid), Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Nullable<Guid>

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(Int16, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue Create (short value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : int16 * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Short, Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Int16

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(DateTime, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue Create (DateTime value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : DateTime * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As DateTime, Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
DateTime

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(DateTimeOffset, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue Create (DateTimeOffset value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : DateTimeOffset * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As DateTimeOffset, Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
DateTimeOffset

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(Decimal, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue Create (decimal value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : decimal * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Decimal, Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Decimal

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(Double, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue Create (double value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : double * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Double, Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Double

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(Guid, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue Create (Guid value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : Guid * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Guid, Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Guid

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(Nullable<Double>, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue? Create (double? value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : Nullable<double> * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Nullable(Of Double), Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Nullable<Double>

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(Char, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue Create (char value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : char * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Char, Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Char

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(Int32, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue Create (int value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : int * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Integer, Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Int32

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(Nullable<Boolean>, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue? Create (bool? value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : Nullable<bool> * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Nullable(Of Boolean), Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Nullable<Boolean>

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(Nullable<Byte>, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue? Create (byte? value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : Nullable<byte> * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Nullable(Of Byte), Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Nullable<Byte>

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(Nullable<Char>, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue? Create (char? value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : Nullable<char> * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Nullable(Of Char), Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Nullable<Char>

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(Nullable<DateTime>, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue? Create (DateTime? value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : Nullable<DateTime> * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Nullable(Of DateTime), Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Nullable<DateTime>

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するためのオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(Nullable<DateTimeOffset>, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue? Create (DateTimeOffset? value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : Nullable<DateTimeOffset> * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Nullable(Of DateTimeOffset), Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Nullable<DateTimeOffset>

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(Nullable<Decimal>, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue? Create (decimal? value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : Nullable<decimal> * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Nullable(Of Decimal), Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Nullable<Decimal>

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(Int64, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue Create (long value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : int64 * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Long, Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Int64

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create(Byte, Nullable<JsonNodeOptions>)

ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs
ソース:
JsonValue.CreateOverloads.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue Create (byte value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : byte * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create (value As Byte, Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

パラメーター

value
Byte

新しい JsonValue インスタンスの基になる値。

options
Nullable<JsonNodeOptions>

動作を制御するオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create<T>(T, JsonTypeInfo<T>, Nullable<JsonNodeOptions>)

ソース:
JsonValue.cs
ソース:
JsonValue.cs
ソース:
JsonValue.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue? Create<T> (T? value, System.Text.Json.Serialization.Metadata.JsonTypeInfo<T> jsonTypeInfo, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : 'T * System.Text.Json.Serialization.Metadata.JsonTypeInfo<'T> * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create(Of T) (value As T, jsonTypeInfo As JsonTypeInfo(Of T), Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

型パラメーター

T

作成する値の型。

パラメーター

value
T

作成する値。

jsonTypeInfo
JsonTypeInfo<T>

JsonTypeInfo値のシリアル化に使用される 。

options
Nullable<JsonNodeOptions>

動作を制御するオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象

Create<T>(T, Nullable<JsonNodeOptions>)

ソース:
JsonValue.cs
ソース:
JsonValue.cs
ソース:
JsonValue.cs

指定した値を含む クラスの JsonValue 新しいインスタンスを初期化します。

public static System.Text.Json.Nodes.JsonValue? Create<T> (T? value, System.Text.Json.Nodes.JsonNodeOptions? options = default);
static member Create : 'T * Nullable<System.Text.Json.Nodes.JsonNodeOptions> -> System.Text.Json.Nodes.JsonValue
Public Shared Function Create(Of T) (value As T, Optional options As Nullable(Of JsonNodeOptions) = Nothing) As JsonValue

型パラメーター

T

作成する値の型。

パラメーター

value
T

作成する値。

options
Nullable<JsonNodeOptions>

動作を制御するオプション。

戻り値

指定した値を JsonValue 含む クラスの新しいインスタンス。

適用対象