<PackageReference Include="Castle.Windsor" Version="5.0.1" />

InterceptorReferenceCollection

Collection of InterceptorReference
public int Count { get; }

public bool HasInterceptors { get; }

Gets a value indicating whether this instance has interceptors.

public void Add(InterceptorReference item)

Adds the specified item.

public void AddFirst(InterceptorReference item)

Adds the specified interceptor as the first.

public void AddIfNotInCollection(InterceptorReference interceptorReference)

Adds the interceptor to the end of the interceptors list if it does not exist already.

public void AddLast(InterceptorReference item)

Adds the specified interceptor as the last.

Returns an enumerator that can iterate through a collection.

public void Insert(int index, InterceptorReference item)

Inserts the specified interceptor at the specified index.