LocalRef
Class
Definition
Namespace:Telerik.JustMock
Assembly:Telerik.JustMock.dll
Syntax:
C#
public static class LocalRef
Inheritance: objectLocalRef
Methods
Creates ref return handle with given type and value
C#
public static LocalRefHandle<T> WithValue<T>(T value)
Initial value
Returns:Ref return handle of type LocalRefHandle<T>