NullableReadOnlySpanPairTFirst, TSecond(ReadOnlySpanTFirst, ReadOnlySpanTSecond) Constructor

Initializes a new instance of the NullableReadOnlySpanPairTFirst, TSecond structure using the specified values.

Definition

Namespace: Ookii.Common
Assembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
C#
public NullableReadOnlySpanPair(
	ReadOnlySpan<TFirst> first,
	ReadOnlySpan<TSecond> second
)

Parameters

first  ReadOnlySpanTFirst
The first value of the pair.
second  ReadOnlySpanTSecond
The second value of the pair.

See Also