JsonNode.Implicit Operatör
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
Implicit(Nullable<Single> to JsonNode) |
Belirtilen null atanabilir Single öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Nullable<Guid> to JsonNode) |
Belirtilen null atanabilir Guid öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Nullable<Int16> to JsonNode) |
Belirtilen null atanabilir Int16 öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Nullable<Int32> to JsonNode) |
Belirtilen null atanabilir Int32 öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Nullable<Int64> to JsonNode) |
Belirtilen null atanabilir Int64 öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Nullable<SByte> to JsonNode) |
Belirtilen null atanabilir SByte öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Nullable<UInt16> to JsonNode) |
Belirtilen null atanabilir UInt16 öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(UInt64 to JsonNode) |
Belirtilen null atanabilir UInt64 öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Nullable<UInt64> to JsonNode) |
Belirtilen null atanabilir UInt64 öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(SByte to JsonNode) |
Belirtilen null atanabilir SByte öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Single to JsonNode) |
Belirtilen null atanabilir Single öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(String to JsonNode) |
Belirtilen null atanabilir String öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(UInt16 to JsonNode) |
Belirtilen null atanabilir UInt16 öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(UInt32 to JsonNode) |
Belirtilen null atanabilir UInt32 öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Nullable<UInt32> to JsonNode) |
Belirtilen null atanabilir UInt32 öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Nullable<Double> to JsonNode) |
Belirtilen null atanabilir Double öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Nullable<DateTime> to JsonNode) |
Belirtilen null atanabilir DateTime öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Nullable<DateTimeOffset> to JsonNode) |
Belirtilen null atanabilir DateTimeOffset öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Boolean to JsonNode) |
Belirli Boolean bir öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Nullable<Decimal> to JsonNode) |
Belirtilen null atanabilir Decimal öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Char to JsonNode) |
Belirli Char bir öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(DateTime to JsonNode) |
Belirli DateTime bir öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(DateTimeOffset to JsonNode) |
Belirli DateTimeOffset bir öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Decimal to JsonNode) |
Belirli Decimal bir öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Double to JsonNode) |
Belirli Double bir öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Byte to JsonNode) |
Belirli Byte bir öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Int16 to JsonNode) |
Belirli Int16 bir öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Int32 to JsonNode) |
Belirli Int32 bir öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Int64 to JsonNode) |
Belirli Int64 bir öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Nullable<Boolean> to JsonNode) |
Belirtilen null atanabilir öğesinin boş değer atanabilir BooleanJsonNodedeğerine örtük bir dönüştürmesini tanımlar. |
Implicit(Nullable<Byte> to JsonNode) |
Belirtilen null atanabilir Byte öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Nullable<Char> to JsonNode) |
Belirtilen null atanabilir Char öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Guid to JsonNode) |
Belirli Guid bir öğesinin bir öğesine örtük bir JsonNodedönüştürmesini tanımlar. |
Implicit(Nullable<Single> to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
public:
static operator System::Text::Json::Nodes::JsonNode ^(Nullable<float> value);
public static implicit operator System.Text.Json.Nodes.JsonNode? (float? value);
static member op_Implicit : Nullable<single> -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Nullable(Of Single)) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(Nullable<Guid> to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
public:
static operator System::Text::Json::Nodes::JsonNode ^(Nullable<Guid> value);
public static implicit operator System.Text.Json.Nodes.JsonNode? (Guid? value);
static member op_Implicit : Nullable<Guid> -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Nullable(Of Guid)) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(Nullable<Int16> to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
public:
static operator System::Text::Json::Nodes::JsonNode ^(Nullable<short> value);
public static implicit operator System.Text.Json.Nodes.JsonNode? (short? value);
static member op_Implicit : Nullable<int16> -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Nullable(Of Short)) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(Nullable<Int32> to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
public:
static operator System::Text::Json::Nodes::JsonNode ^(Nullable<int> value);
public static implicit operator System.Text.Json.Nodes.JsonNode? (int? value);
static member op_Implicit : Nullable<int> -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Nullable(Of Integer)) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(Nullable<Int64> to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
public:
static operator System::Text::Json::Nodes::JsonNode ^(Nullable<long> value);
public static implicit operator System.Text.Json.Nodes.JsonNode? (long? value);
static member op_Implicit : Nullable<int64> -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Nullable(Of Long)) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(Nullable<SByte> to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
Önemli
Bu API, CLS uyumlu değildir.
public:
static operator System::Text::Json::Nodes::JsonNode ^(Nullable<System::SByte> value);
[System.CLSCompliant(false)]
public static implicit operator System.Text.Json.Nodes.JsonNode? (sbyte? value);
[<System.CLSCompliant(false)>]
static member op_Implicit : Nullable<sbyte> -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Nullable(Of SByte)) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
- Öznitelikler
Şunlara uygulanır
Implicit(Nullable<UInt16> to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
Önemli
Bu API, CLS uyumlu değildir.
public:
static operator System::Text::Json::Nodes::JsonNode ^(Nullable<System::UInt16> value);
[System.CLSCompliant(false)]
public static implicit operator System.Text.Json.Nodes.JsonNode? (ushort? value);
[<System.CLSCompliant(false)>]
static member op_Implicit : Nullable<uint16> -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Nullable(Of UShort)) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
- Öznitelikler
Şunlara uygulanır
Implicit(UInt64 to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
Önemli
Bu API, CLS uyumlu değildir.
public:
static operator System::Text::Json::Nodes::JsonNode ^(System::UInt64 value);
[System.CLSCompliant(false)]
public static implicit operator System.Text.Json.Nodes.JsonNode (ulong value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint64 -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As ULong) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
- Öznitelikler
Şunlara uygulanır
Implicit(Nullable<UInt64> to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
Önemli
Bu API, CLS uyumlu değildir.
public:
static operator System::Text::Json::Nodes::JsonNode ^(Nullable<System::UInt64> value);
[System.CLSCompliant(false)]
public static implicit operator System.Text.Json.Nodes.JsonNode? (ulong? value);
[<System.CLSCompliant(false)>]
static member op_Implicit : Nullable<uint64> -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Nullable(Of ULong)) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
- Öznitelikler
Şunlara uygulanır
Implicit(SByte to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
Önemli
Bu API, CLS uyumlu değildir.
public:
static operator System::Text::Json::Nodes::JsonNode ^(System::SByte value);
[System.CLSCompliant(false)]
public static implicit operator System.Text.Json.Nodes.JsonNode (sbyte value);
[<System.CLSCompliant(false)>]
static member op_Implicit : sbyte -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As SByte) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
- Öznitelikler
Şunlara uygulanır
Implicit(Single to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
public:
static operator System::Text::Json::Nodes::JsonNode ^(float value);
public static implicit operator System.Text.Json.Nodes.JsonNode (float value);
static member op_Implicit : single -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Single) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(String to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
public:
static operator System::Text::Json::Nodes::JsonNode ^(System::String ^ value);
public static implicit operator System.Text.Json.Nodes.JsonNode? (string? value);
static member op_Implicit : string -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As String) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(UInt16 to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
Önemli
Bu API, CLS uyumlu değildir.
public:
static operator System::Text::Json::Nodes::JsonNode ^(System::UInt16 value);
[System.CLSCompliant(false)]
public static implicit operator System.Text.Json.Nodes.JsonNode (ushort value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint16 -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As UShort) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
- Öznitelikler
Şunlara uygulanır
Implicit(UInt32 to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
Önemli
Bu API, CLS uyumlu değildir.
public:
static operator System::Text::Json::Nodes::JsonNode ^(System::UInt32 value);
[System.CLSCompliant(false)]
public static implicit operator System.Text.Json.Nodes.JsonNode (uint value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint32 -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As UInteger) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
- Öznitelikler
Şunlara uygulanır
Implicit(Nullable<UInt32> to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
Önemli
Bu API, CLS uyumlu değildir.
public:
static operator System::Text::Json::Nodes::JsonNode ^(Nullable<System::UInt32> value);
[System.CLSCompliant(false)]
public static implicit operator System.Text.Json.Nodes.JsonNode? (uint? value);
[<System.CLSCompliant(false)>]
static member op_Implicit : Nullable<uint32> -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Nullable(Of UInteger)) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
- Öznitelikler
Şunlara uygulanır
Implicit(Nullable<Double> to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
public:
static operator System::Text::Json::Nodes::JsonNode ^(Nullable<double> value);
public static implicit operator System.Text.Json.Nodes.JsonNode? (double? value);
static member op_Implicit : Nullable<double> -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Nullable(Of Double)) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(Nullable<DateTime> to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
public:
static operator System::Text::Json::Nodes::JsonNode ^(Nullable<DateTime> value);
public static implicit operator System.Text.Json.Nodes.JsonNode? (DateTime? value);
static member op_Implicit : Nullable<DateTime> -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Nullable(Of DateTime)) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(Nullable<DateTimeOffset> to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
Belirtilen null atanabilir DateTimeOffset öğesinin bir öğesine örtük dönüştürmesini JsonNodetanımlar.
public:
static operator System::Text::Json::Nodes::JsonNode ^(Nullable<DateTimeOffset> value);
public static implicit operator System.Text.Json.Nodes.JsonNode? (DateTimeOffset? value);
static member op_Implicit : Nullable<DateTimeOffset> -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Nullable(Of DateTimeOffset)) As JsonNode
Parametreler
- value
- Nullable<DateTimeOffset>
Örtük olarak dönüştürülecek A DateTimeOffset .
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(Boolean to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
public:
static operator System::Text::Json::Nodes::JsonNode ^(bool value);
public static implicit operator System.Text.Json.Nodes.JsonNode (bool value);
static member op_Implicit : bool -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Boolean) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(Nullable<Decimal> to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
public:
static operator System::Text::Json::Nodes::JsonNode ^(Nullable<System::Decimal> value);
public static implicit operator System.Text.Json.Nodes.JsonNode? (decimal? value);
static member op_Implicit : Nullable<decimal> -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Nullable(Of Decimal)) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(Char to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
public:
static operator System::Text::Json::Nodes::JsonNode ^(char value);
public static implicit operator System.Text.Json.Nodes.JsonNode (char value);
static member op_Implicit : char -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Char) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(DateTime to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
public:
static operator System::Text::Json::Nodes::JsonNode ^(DateTime value);
public static implicit operator System.Text.Json.Nodes.JsonNode (DateTime value);
static member op_Implicit : DateTime -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As DateTime) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(DateTimeOffset to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
Belirli DateTimeOffset bir öğesinin öğesine örtük dönüştürmesini JsonNodetanımlar.
public:
static operator System::Text::Json::Nodes::JsonNode ^(DateTimeOffset value);
public static implicit operator System.Text.Json.Nodes.JsonNode (DateTimeOffset value);
static member op_Implicit : DateTimeOffset -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As DateTimeOffset) As JsonNode
Parametreler
- value
- DateTimeOffset
Örtük olarak dönüştürülecek A DateTimeOffset .
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(Decimal to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
public:
static operator System::Text::Json::Nodes::JsonNode ^(System::Decimal value);
public static implicit operator System.Text.Json.Nodes.JsonNode (decimal value);
static member op_Implicit : decimal -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Decimal) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(Double to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
public:
static operator System::Text::Json::Nodes::JsonNode ^(double value);
public static implicit operator System.Text.Json.Nodes.JsonNode (double value);
static member op_Implicit : double -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Double) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(Byte to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
public:
static operator System::Text::Json::Nodes::JsonNode ^(System::Byte value);
public static implicit operator System.Text.Json.Nodes.JsonNode (byte value);
static member op_Implicit : byte -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Byte) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(Int16 to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
public:
static operator System::Text::Json::Nodes::JsonNode ^(short value);
public static implicit operator System.Text.Json.Nodes.JsonNode (short value);
static member op_Implicit : int16 -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Short) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(Int32 to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
public:
static operator System::Text::Json::Nodes::JsonNode ^(int value);
public static implicit operator System.Text.Json.Nodes.JsonNode (int value);
static member op_Implicit : int -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Integer) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(Int64 to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
public:
static operator System::Text::Json::Nodes::JsonNode ^(long value);
public static implicit operator System.Text.Json.Nodes.JsonNode (long value);
static member op_Implicit : int64 -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Long) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(Nullable<Boolean> to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
public:
static operator System::Text::Json::Nodes::JsonNode ^(Nullable<bool> value);
public static implicit operator System.Text.Json.Nodes.JsonNode? (bool? value);
static member op_Implicit : Nullable<bool> -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Nullable(Of Boolean)) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(Nullable<Byte> to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
public:
static operator System::Text::Json::Nodes::JsonNode ^(Nullable<System::Byte> value);
public static implicit operator System.Text.Json.Nodes.JsonNode? (byte? value);
static member op_Implicit : Nullable<byte> -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Nullable(Of Byte)) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(Nullable<Char> to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
public:
static operator System::Text::Json::Nodes::JsonNode ^(Nullable<char> value);
public static implicit operator System.Text.Json.Nodes.JsonNode? (char? value);
static member op_Implicit : Nullable<char> -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Nullable(Of Char)) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.
Şunlara uygulanır
Implicit(Guid to JsonNode)
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
- Kaynak:
- JsonNode.Operators.cs
public:
static operator System::Text::Json::Nodes::JsonNode ^(Guid value);
public static implicit operator System.Text.Json.Nodes.JsonNode (Guid value);
static member op_Implicit : Guid -> System.Text.Json.Nodes.JsonNode
Public Shared Widening Operator CType (value As Guid) As JsonNode
Parametreler
Döndürülenler
JsonNode parametresinden value
dönüştürülmüş bir örnek.