IPopulator<TValue, TSurrogate>
interface
Namespace: Orleans
Functionality for populating one type from another.
public interface IPopulator<TValue, TSurrogate> where TValue : class where TSurrogate : structMethods
Populate(TSurrogate, TValue)Populatesvaluewith values fromsurrogate.
