コード例 #1
0
ファイル: RefillBuffer.cs プロジェクト: asfdfdfd/AniDB
 public ulong Count(int consumerId)
 {
     return(circBuffer.Count(consumerId));
 }