Table of Contents

Method Add

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Add(TSource, TDest?)

Adds enum mapping.

public abstract void Add(TSource from, TDest? to)

Parameters

from TSource

From value.

to TDest?

To value.