Table of Contents

Class RoutingInfoCollection

Namespace
NLightning.Bolts.BOLT11.Types
Assembly
NLightning.Bolt11.dll

A collection of routing information

public sealed class RoutingInfoCollection : List<RoutingInfo>, IList<RoutingInfo>, ICollection<RoutingInfo>, IReadOnlyList<RoutingInfo>, IReadOnlyCollection<RoutingInfo>, IEnumerable<RoutingInfo>, IList, ICollection, IEnumerable
Inheritance
RoutingInfoCollection
Implements
Inherited Members

Methods

Add(RoutingInfo)

Adds a routing information to the collection

public void Add(RoutingInfo routingInfo)

Parameters

routingInfo RoutingInfo

The routing information to add

Remarks

The maximum capacity of the collection is 12

Exceptions

InvalidOperationException

Thrown when the maximum capacity has been reached

AddRange(IEnumerable<RoutingInfo>)

public void AddRange(IEnumerable<RoutingInfo> routingInfos)

Parameters

routingInfos IEnumerable<RoutingInfo>

Remove(RoutingInfo)

public bool Remove(RoutingInfo item)

Parameters

item RoutingInfo

Returns

bool

Events

Changed

public event EventHandler? Changed

Event Type

EventHandler