2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-04-29 06:48:41 +00:00
Files
esiur-dotnet/Tests/Serialization/Gvwie/GeneratorPattern.cs
T
2026-04-08 17:30:05 +03:00

17 lines
256 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Esiur.Tests.Gvwie
{
public enum GeneratorPattern
{
Uniform,
Positive,
Negative,
Alternating,
Small,
Ascending,
}
}