Init commit
This commit is contained in:
9
Infrastructure/NamedList.cs
Normal file
9
Infrastructure/NamedList.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace StructureHelper.Infrastructure
|
||||
{
|
||||
public class NamedList<T> : List<T>
|
||||
{
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user