Table of Contents

Interface IAssignable<T>

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

Defines a method to assign values from another instance.

public interface IAssignable<T>

Type Parameters

T

The type of the object to assign from.

Methods

AssignFrom(T)

Assigns values from the specified source instance to the current instance.