C# Class MessagePack.Formatters.ConcurrentBagFormatter

Inheritance: CollectionFormatterBase
Afficher le fichier Open project: tana/Mondeto

Méthodes protégées

Méthode Description
Add ( ConcurrentBag collection, int index, value ) : void
Create ( int count ) : ConcurrentBag
GetCount ( ConcurrentBag sequence ) : int?

Method Details

Add() protected méthode

protected Add ( ConcurrentBag collection, int index, value ) : void
collection ConcurrentBag
index int
Résultat void

Create() protected méthode

protected Create ( int count ) : ConcurrentBag
count int
Résultat ConcurrentBag

GetCount() protected méthode

protected GetCount ( ConcurrentBag sequence ) : int?
sequence ConcurrentBag
Résultat int?