C# Class MessagePack.Formatters.HashSetFormatter

Inheritance: CollectionFormatterBase
显示文件 Open project: tana/Mondeto

Protected Methods

Method 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 method

protected Add ( HashSet collection, int index, value ) : void
collection HashSet
index int
return void

Complete() protected method

protected Complete ( HashSet intermediateCollection ) : HashSet
intermediateCollection HashSet
return HashSet

Create() protected method

protected Create ( int count ) : HashSet
count int
return HashSet

GetCount() protected method

protected GetCount ( HashSet sequence ) : int?
sequence HashSet
return int?

GetSourceEnumerator() protected method

protected GetSourceEnumerator ( HashSet source ) : HashSet.Enumerator
source HashSet
return HashSet.Enumerator