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) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
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
 NameDescription
Public Extension MethodSafeCastT Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions)
Top
See Also