Table of Contents

Class ActIntentionalSkip

Namespace
Hi.Numerical.Acts
Assembly
HiMech.dll

Represents an action that is intentionally skipped during processing. Used to explicitly mark operations that should be bypassed.

public class ActIntentionalSkip : IActSkip, IAct
Inheritance
ActIntentionalSkip
Implements
Inherited Members
Extension Methods

Constructors

ActIntentionalSkip()

Initializes a new instance of the ActIntentionalSkip class.

public ActIntentionalSkip()

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.