Table of Contents

Class ActionExample

Namespace
Fluxzy.Rules
Assembly
Fluxzy.Core.dll
public class ActionExample
Inheritance
ActionExample
Inherited Members

Constructors

ActionExample(string, Action)

public ActionExample(string description, Action action)

Parameters

description string
action Action

Properties

Action

public Action Action { get; }

Property Value

Action

Description

public string Description { get; }

Property Value

string