7 lines
161 B
C#
7 lines
161 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public interface ISerialContext<TSerialReader, TContent> :
|
|
ISerialContext where TSerialReader : SerialReader<TContent>
|
|
{
|
|
|
|
} |