Skip to content

Instantly share code, notes, and snippets.

public class TestEnumerator2
{
public string Name { get; set; }
public bool IsSucceed { get; set; }
public ObservableCollection<int> Toto { get; set; }
public TestEnumerator2()
{
@Rayzbam
Rayzbam / repo.cs
Last active October 4, 2022 09:52
public class TestEnumerator2
{
public string Name { get; set; }
public bool IsSucceed { get; set; }
public ObservableCollection<int> Toto { get; set; }
public TestEnumerator2()
{