NullableReadOnlySpanPairTFirst, TSecond(ReadOnlySpanPairTFirst, TSecond) Constructor

Initializes a new instance of the NullableReadOnlySpanPairTFirst, TSecond structure.

Definition

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

Parameters

value  ReadOnlySpanPairTFirst, TSecond
The value that the structure will contain.

See Also