Table of Contents

Interface IOrdered

Namespace
Steeltoe.Common.Order
Assembly
Steeltoe.Common.Abstractions.dll

An interface that can be implemented by objects that should be orderable.

public interface IOrdered

Properties

Order

Gets the order of this object

int Order { get; }

Property Value

int