mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 13:33:13 +00:00
cipher
This commit is contained in:
@ -10,10 +10,10 @@ namespace Test
|
||||
{
|
||||
public class MyGenericRecord<T> : IRecord where T : IResource
|
||||
{
|
||||
[Public] public int Start { get; set; }
|
||||
[Public] public int Needed { get; set; }
|
||||
[Public] public int Total { get; set; }
|
||||
[Public] public T[] Results { get; set; }
|
||||
[Export] public int Start { get; set; }
|
||||
[Export] public int Needed { get; set; }
|
||||
[Export] public int Total { get; set; }
|
||||
[Export] public T[] Results { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user