mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-08 02:14:44 +08:00
routine update
This commit is contained in:
10
Infrastructure/TreeItem.cs
Normal file
10
Infrastructure/TreeItem.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Infrastructure
|
||||
{
|
||||
public class TreeItem<T>
|
||||
{
|
||||
public T Item { get; set; }
|
||||
public IEnumerable<TreeItem<T>> Children { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user