Shared<T> public sealed class Shared<T> where T : struct Represents container for value type. Documentation Code public T Value Represents a value in the container. public Shared() public static Shared<T> op_Implicit(ref Nullable value) Boxes nullable value type. public static Shared<T> op_Implicit(T value) Places the value to the container.