JsonValue.Create Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
Create(Boolean, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Nullable<Int64>, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Nullable<SByte>, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Nullable<Single>, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Nullable<JsonElement>, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Nullable<UInt16>, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Nullable<UInt32>, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Nullable<Int32>, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Nullable<UInt64>, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Single, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(String, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(JsonElement, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(UInt16, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(UInt32, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(UInt64, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(SByte, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Nullable<Int16>, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Nullable<Guid>, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Int16, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(DateTime, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(DateTimeOffset, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Decimal, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Double, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Guid, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Nullable<Double>, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Char, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Int32, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Nullable<Boolean>, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Nullable<Byte>, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Nullable<Char>, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Nullable<DateTime>, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Nullable<DateTimeOffset>, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Nullable<Decimal>, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Int64, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Byte, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create<T>(T, JsonTypeInfo<T>, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create<T>(T, Nullable<JsonNodeOptions>) |
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır. |
Create(Boolean, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(Nullable<Int64>, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(Nullable<SByte>, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Önemli
Bu API, CLS uyumlu değildir.
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
[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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
- Öznitelikler
Şunlara uygulanır
Create(Nullable<Single>, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(Nullable<JsonElement>, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- value
- Nullable<JsonElement>
Yeni JsonValue örneğin temel alınan değeri.
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(Nullable<UInt16>, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Önemli
Bu API, CLS uyumlu değildir.
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
[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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
- Öznitelikler
Şunlara uygulanır
Create(Nullable<UInt32>, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Önemli
Bu API, CLS uyumlu değildir.
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
[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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
- Öznitelikler
Şunlara uygulanır
Create(Nullable<Int32>, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(Nullable<UInt64>, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Önemli
Bu API, CLS uyumlu değildir.
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
[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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
- Öznitelikler
Şunlara uygulanır
Create(Single, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(String, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(JsonElement, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- value
- JsonElement
Yeni JsonValue örneğin temel alınan değeri.
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(UInt16, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Önemli
Bu API, CLS uyumlu değildir.
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
[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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
- Öznitelikler
Şunlara uygulanır
Create(UInt32, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Önemli
Bu API, CLS uyumlu değildir.
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
[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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
- Öznitelikler
Şunlara uygulanır
Create(UInt64, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Önemli
Bu API, CLS uyumlu değildir.
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
[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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
- Öznitelikler
Şunlara uygulanır
Create(SByte, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Önemli
Bu API, CLS uyumlu değildir.
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
[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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
- Öznitelikler
Şunlara uygulanır
Create(Nullable<Int16>, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(Nullable<Guid>, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(Int16, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(DateTime, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(DateTimeOffset, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- value
- DateTimeOffset
Yeni JsonValue örneğin temel alınan değeri.
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(Decimal, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(Double, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(Guid, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(Nullable<Double>, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(Char, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(Int32, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(Nullable<Boolean>, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(Nullable<Byte>, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(Nullable<Char>, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(Nullable<DateTime>, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(Nullable<DateTimeOffset>, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- value
- Nullable<DateTimeOffset>
Yeni JsonValue örneğin temel alınan değeri.
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(Nullable<Decimal>, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(Int64, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create(Byte, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
- Kaynak:
- JsonValue.CreateOverloads.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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
Parametreler
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create<T>(T, JsonTypeInfo<T>, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.cs
- Kaynak:
- JsonValue.cs
- Kaynak:
- JsonValue.cs
- Kaynak:
- JsonValue.cs
- Kaynak:
- JsonValue.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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ür Parametreleri
- T
Oluşturulacak değerin türü.
Parametreler
- value
- T
Oluşturulacak değer.
- jsonTypeInfo
- JsonTypeInfo<T>
JsonTypeInfo Değeri seri hale getirmek için kullanılacak olan.
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .
Şunlara uygulanır
Create<T>(T, Nullable<JsonNodeOptions>)
- Kaynak:
- JsonValue.cs
- Kaynak:
- JsonValue.cs
- Kaynak:
- JsonValue.cs
- Kaynak:
- JsonValue.cs
- Kaynak:
- JsonValue.cs
Belirtilen değeri içeren sınıfının yeni bir örneğini JsonValue başlatır.
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ür Parametreleri
- T
Oluşturulacak değerin türü.
Parametreler
- value
- T
Oluşturulacak değer.
- options
- Nullable<JsonNodeOptions>
Davranışı denetleme seçenekleri.
Döndürülenler
Belirtilen değeri içeren sınıfının yeni örneği JsonValue .