Show / Hide Table of Contents

Interface ITypedReference<T>

Represents a typed reference.

Namespace: DotNext
Assembly: DotNext.dll
Syntax
public interface ITypedReference<T> where T : allows ref struct
Type Parameters
Name Description
T

The type of the referenced value.

Properties

View Source

Value

Gets a reference to the value.

Declaration
ref readonly T Value { get; }
Property Value
Type Description
T

Extension Methods

BasicExtensions.As<T>(T)
BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<T>(T, params ReadOnlySpan<T>)
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾