C# Class MessagePack.Formatters.HashSetFormatter

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

Méthodes protégées

Méthode Description
Add ( HashSet collection, int index, value ) : void
Complete ( HashSet intermediateCollection ) : HashSet
Create ( int count ) : HashSet
GetCount ( HashSet sequence ) : int?
GetSourceEnumerator ( HashSet source ) : HashSet.Enumerator

Method Details

Add() protected méthode

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

Complete() protected méthode

protected Complete ( HashSet intermediateCollection ) : HashSet
intermediateCollection HashSet
Résultat HashSet

Create() protected méthode

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

GetCount() protected méthode

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

GetSourceEnumerator() protected méthode

protected GetSourceEnumerator ( HashSet source ) : HashSet.Enumerator
source HashSet
Résultat HashSet.Enumerator