Show / Hide Table of Contents

Struct SAction

Implements
IAction
Namespace: Towel
Assembly: Towel.dll
Syntax
public struct SAction : IAction

Methods

| Improve this Doc View Source

Invoke()

Declaration
public void Invoke()

Operators

| Improve this Doc View Source

Implicit(Action to SAction)

Wraps an Towel.SAction.Action in an SAction.

Declaration
public static implicit operator SAction(Action action)
Parameters
Type Name Description
Action action

The Towel.SAction.Action wrapped in an SAction.

Returns
Type Description
SAction

Implements

IAction
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX