2020-05-13 14:06:11 +02:00
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
2020-05-14 13:32:33 +02:00
|
|
|
using System.Collections.ObjectModel;
|
2020-05-13 14:06:11 +02:00
|
|
|
using System.Text;
|
|
|
|
|
|
|
|
|
|
namespace zero.Core.Options
|
|
|
|
|
{
|
|
|
|
|
public interface IZeroCollectionOptions
|
|
|
|
|
{
|
2020-05-14 13:32:33 +02:00
|
|
|
|
2020-05-13 14:06:11 +02:00
|
|
|
}
|
|
|
|
|
}
|