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
valueTThe value of the operation
Returns
- T
the value unchanged, and without side effects
Type Parameters
TThe type of the value to perform the operation upon