Table of Contents

Method Assign

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

Assign(EnumArray<TKey, TValue>)

Assigns properties of this object with the properties of another object.

public void Assign(EnumArray<TKey, TValue> assignFrom)

Parameters

assignFrom EnumArray<TKey, TValue>

Object which properties will be assigned to this object.