Table of Contents

Class PinnedTypesDecorator<TLinkAddress>

Namespace
Foundation.Data.Doublets.Cli
Assembly
Foundation.Data.Doublets.Cli.dll
public class PinnedTypesDecorator<TLinkAddress> : LinksDecoratorBase<TLinkAddress>, ILinks<TLinkAddress>, ILinks<TLinkAddress, LinksConstants<TLinkAddress>>, IPinnedTypes<TLinkAddress>, IEnumerable<TLinkAddress>, IEnumerable where TLinkAddress : struct, IUnsignedNumber<TLinkAddress>, IComparisonOperators<TLinkAddress, TLinkAddress, bool>, IShiftOperators<TLinkAddress, int, TLinkAddress>, IBitwiseOperators<TLinkAddress, TLinkAddress, TLinkAddress>, IMinMaxValue<TLinkAddress>

Type Parameters

TLinkAddress
Inheritance
LinksOperatorBase<TLinkAddress>
LinksDecoratorBase<TLinkAddress>
PinnedTypesDecorator<TLinkAddress>
Implements
ILinks<TLinkAddress>
ILinks<TLinkAddress, LinksConstants<TLinkAddress>>
IPinnedTypes<TLinkAddress>
IEnumerable<TLinkAddress>
Inherited Members
LinksDecoratorBase<TLinkAddress>._constants
LinksDecoratorBase<TLinkAddress>._facade
LinksDecoratorBase<TLinkAddress>.Facade
LinksDecoratorBase<TLinkAddress>.Constants
LinksOperatorBase<TLinkAddress>._links
LinksOperatorBase<TLinkAddress>.Links
Extension Methods

Constructors

public PinnedTypesDecorator(ILinks<TLinkAddress> links)

Parameters

links ILinks<TLinkAddress>

Methods

Deconstruct(out TLinkAddress, out TLinkAddress, out TLinkAddress)

public void Deconstruct(out TLinkAddress type1, out TLinkAddress type2, out TLinkAddress type3)

Parameters

type1 TLinkAddress
type2 TLinkAddress
type3 TLinkAddress

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<TLinkAddress> GetEnumerator()

Returns

IEnumerator<TLinkAddress>

An enumerator that can be used to iterate through the collection.