Reppresent a function that associate each instance of
TDomain to an instance of TCodomain.
Assembly: Epic.Prelude
Declaration Syntax
C# |
public interface IMapping<TDomain, TCodomain>
Generic Template Parameters
- TDomain
- Type of the objects to map (the pre-image of the mapping).
- TCodomain
- Type of the objects to map (the image of the mapping).
Members
All Members | Methods | ||||
Member | Description | |
---|---|---|
ApplyTo(TDomain) |
Applies the mapping to element.
|