LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Struct JsonConverterHelpers.ObjectHelper

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: LaunchDarkly.Sdk.Internal
    Assembly: LaunchDarkly.InternalSdk.dll
    Syntax
    public ref struct JsonConverterHelpers.ObjectHelper

    Properties

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    Methods

    Next(ref Utf8JsonReader)

    Declaration
    public bool Next(ref Utf8JsonReader reader)
    Parameters
    Type Name Description
    Utf8JsonReader reader
    Returns
    Type Description
    bool

    WithRequiredProperties(params string[])

    Declaration
    public JsonConverterHelpers.ObjectHelper WithRequiredProperties(params string[] propertyNames)
    Parameters
    Type Name Description
    string[] propertyNames
    Returns
    Type Description
    JsonConverterHelpers.ObjectHelper
    In this article
    Back to top Generated by DocFX