Table of Contents

Class Display

Namespace
Motiv
Assembly
Motiv.dll

Provides hints to the serialization process.

public static class Display
Inheritance
Display
Inherited Members

Methods

AsValue<T>(T)

Instructs the serialization process to serialize the value instead of the expression.

public static T AsValue<T>(T value)

Parameters

value T

The value of the operation

Returns

T

the value unchanged, and without side effects

Type Parameters

T

The type of the value to perform the operation upon