C# Class MessagePack.Formatters.InterfaceLookupFormatter

Inheritance: CollectionFormatterBase
ファイルを表示 Open project: tana/Mondeto

Protected Methods

Method Description
Add ( Dictionary collection, int index, IGrouping value ) : void
Complete ( Dictionary intermediateCollection ) : TElement>.ILookup
Create ( int count ) : Dictionary>

Method Details

Add() protected method

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

Complete() protected method

protected Complete ( Dictionary intermediateCollection ) : TElement>.ILookup
intermediateCollection Dictionary
return TElement>.ILookup

Create() protected method

protected Create ( int count ) : Dictionary>
count int
return Dictionary>