Share via


HashSetConverter<T> Class

Definition

public sealed class HashSetConverter<T> : Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.Json.JsonConverter<System.Collections.Generic.HashSet<T>>
type HashSetConverter<'T> = class
    inherit JsonConverter<HashSet<'T>>
Public NotInheritable Class HashSetConverter(Of T)
Inherits JsonConverter(Of HashSet(Of T))

Type Parameters

T
Inheritance
HashSetConverter<T>

Constructors

HashSetConverter<T>()

Applies to