Show / Hide Table of Contents

Struct Blittable<T>

Represents a value of blittable type as IBinaryFormattable<TSelf>.

Implements
IBinaryFormattable<Blittable<T>>
Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: DotNext.Buffers.Binary
Assembly: DotNext.dll
Syntax
public struct Blittable<T> : IBinaryFormattable<Blittable<T>> where T : unmanaged
Type Parameters
Name Description
T

The blittable type.

Fields

| Edit this page View Source

Value

A value of blittable type.

Declaration
public required T Value
Field Value
Type Description
T

Methods

| Edit this page View Source

ToString()

Returns the fully qualified type name of this instance.

Declaration
public override readonly string? ToString()
Returns
Type Description
string

The fully qualified type name.

Overrides
ValueType.ToString()

Implements

IBinaryFormattable<TSelf>

Extension Methods

BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<T>(T, ReadOnlySpan<T>)
Collection.ToAsyncEnumerator<TEnumerator, T>(TEnumerator, CancellationToken)
Collection.ToClassicEnumerator<TEnumerator, T>(TEnumerator)
Enumerator.Skip<TEnumerator, T>(ref TEnumerator, int)
ExpressionBuilder.Const<T>(T)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾