C# Class MessagePack.Formatters.GenericCollectionFormatter

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

Protected Methods

Method Description
Add ( collection, int index, value ) : void
Create ( int count ) : TCollection

Method Details

Add() protected method

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

Create() protected method

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