C# 클래스 MessagePack.Formatters.ConcurrentBagFormatter

상속: CollectionFormatterBase
파일 보기 프로젝트 열기: tana/Mondeto

보호된 메소드들

메소드 설명
Add ( ConcurrentBag collection, int index, value ) : void
Create ( int count ) : ConcurrentBag
GetCount ( ConcurrentBag sequence ) : int?

메소드 상세

Add() 보호된 메소드

protected Add ( ConcurrentBag collection, int index, value ) : void
collection ConcurrentBag
index int
리턴 void

Create() 보호된 메소드

protected Create ( int count ) : ConcurrentBag
count int
리턴 ConcurrentBag

GetCount() 보호된 메소드

protected GetCount ( ConcurrentBag sequence ) : int?
sequence ConcurrentBag
리턴 int?