Click or drag to resize

SequenceAttribute Class

General usable sequence attribute to assign sequences to any object that may need to be e.g. sorted by some means.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    TomsToolbox.EssentialsSequenceAttribute

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
[AttributeUsageAttribute(AttributeTargets.All)]
public sealed class SequenceAttribute : Attribute

The SequenceAttribute type exposes the following members.

Constructors
  NameDescription
Public methodSequenceAttribute
Initializes a new instance of the SequenceAttribute class.
Top
Properties
  NameDescription
Public propertyValue
Gets the value.
Top
Extension Methods
See Also