ImmutableHashSetSurrogate<T> Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Type de substitut utilisé par ImmutableHashSetCodec<T>.
[Orleans.GenerateSerializer]
public struct ImmutableHashSetSurrogate<T>
[<Orleans.GenerateSerializer>]
type ImmutableHashSetSurrogate<'T> = struct
Public Structure ImmutableHashSetSurrogate(Of T)
Paramètres de type
- T
Type de l’élément.
- Héritage
-
ImmutableHashSetSurrogate<T>
- Attributs
Champs
KeyComparer |
Obtient ou définit le comparateur de clé. |
Values |
Obtient ou définit les valeurs. |