7 lines
81 B
C#
7 lines
81 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public enum ForwardChaining
|
|
{
|
|
And,
|
|
Or
|
|
} |