singrdk/base/Applications/Network/TcpBlast/IInt32Sequence.cs

7 lines
76 B
C#
Raw Normal View History

2008-11-17 18:29:00 -05:00
using System;
public interface IInt32Sequence
{
int GetNext();
}