Click or drag to resize

ValueRef Class

Provides a factory method for ValueRef<T>.
Inheritance Hierarchy
System.Object
  Microsoft.ClearScript.ValueRef

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
Syntax
public static class ValueRef

The ValueRef type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreate<T> Creates a ValueRef<T> instance with the given value.
Top
See Also