IPopulator<TValue,TSurrogate> Interface
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.
Fonctionnalité permettant de remplir un type à partir d’un autre.
public interface IPopulator<TValue,TSurrogate> where TValue : class where TSurrogate : struct
type IPopulator<'Value, 'Surrogate (requires 'Value : null and 'Surrogate : struct)> = interface
Public Interface IPopulator(Of TValue, TSurrogate)
Paramètres de type
- TValue
- TSurrogate
Méthodes
Populate(TSurrogate, TValue) |
Remplit avec les |