7 lines
91 B
C#
7 lines
91 B
C#
namespace ProtoBuf;
|
|
|
|
public interface IExtensionResettable : IExtension
|
|
{
|
|
void Reset();
|
|
}
|