IPopulator<TValue,TSurrogate> Interfaccia

Definizione

Funzionalità per popolare un tipo da un altro.

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)

Parametri di tipo

TValue
TSurrogate

Metodi

Populate(TSurrogate, TValue)

value Popola con valori da surrogate.

Si applica a