Table of Contents

Class ValueObj<T>

Namespace
SearchAThing.Ext
Assembly
netcore-ext.dll

useful if need to store quick tuple values into a list or dictionary and allowing further modification; without this retrieved tuple will a copy-value and tuple in collection remains unmodified.

public class ValueObj<T>

Type Parameters

T
useful if need to store quick tuple values into a list or dictionary and allowing further modification; without this retrieved tuple will a copy-value and tuple in collection remains unmodified.
Inheritance
ValueObj<T>
Inherited Members
Extension Methods

Constructors

ValueObj(T)

public ValueObj(T x)

Parameters

x T

Properties

Value

public T Value { get; set; }

Property Value

T