8 lines
148 B
C#
8 lines
148 B
C#
namespace ErsatzTV.Core.Domain;
|
|
|
|
public class CollectionEnumeratorState
|
|
{
|
|
public int Seed { get; set; }
|
|
public int Index { get; set; }
|
|
}
|