Show / Hide Table of Contents

Class BoxedValue

Represents extension methods for BoxedValue<T> class.

Inheritance
object
BoxedValue
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: DotNext.Runtime
Assembly: DotNext.dll
Syntax
public static class BoxedValue

Methods

View Source

Copy<T>(BoxedValue<T>)

Creates a bitwise copy of the boxed value.

Declaration
public static BoxedValue<T> Copy<T>(this BoxedValue<T> boxedValue) where T : struct
Parameters
Type Name Description
BoxedValue<T> boxedValue
Returns
Type Description
BoxedValue<T>

A reference to bitwise copy of the boxed value.

Type Parameters
Name Description
T
View Source

get_Value<T>(BoxedValue<T>)

Unboxes the value.

Declaration
public static ref T get_Value<T>(BoxedValue<T> boxedValue) where T : struct
Parameters
Type Name Description
BoxedValue<T> boxedValue
Returns
Type Description
T

A reference to the boxed value.

Type Parameters
Name Description
T
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾