Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
EditOperation.cs
1using System;
2using System.Collections.Generic;
3using System.Text;
4
5namespace Waher.Runtime.Text
6{
10 public enum EditOperation
11 {
15 Keep,
16
20 Insert,
21
25 Delete
26 }
27}
EditOperation
Type of edit-operation