Table of Contents

Class AzureRouteTableRouteCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of Azure route table routes.

public class AzureRouteTableRouteCollection : Collection<AzureRouteTableRoute>, IList<AzureRouteTableRoute>, ICollection<AzureRouteTableRoute>, IList, ICollection, IReadOnlyList<AzureRouteTableRoute>, IReadOnlyCollection<AzureRouteTableRoute>, IEnumerable<AzureRouteTableRoute>, IEnumerable
Inheritance
AzureRouteTableRouteCollection
Implements
Inherited Members

Constructors

AzureRouteTableRouteCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureRouteTableRouteCollection class.

public AzureRouteTableRouteCollection()

Methods

Sort()

Sorts the values in the collection.

public void Sort()