Compartilhar via


IPopulator<TValue,TSurrogate> Interface

Definição

Funcionalidade para preencher um tipo de outro.

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)

Parâmetros de tipo

TValue
TSurrogate

Métodos

Populate(TSurrogate, TValue)

value Popula com valores de surrogate.

Aplica-se a