C# Class MessagePack.Formatters.InterfaceListFormatter

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

Protected Methods

Method Description
Add ( Array collection, int index, value ) : void
Complete ( Array intermediateCollection ) : IList
Create ( int count ) : T[]

Method Details

Add() protected method

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

Complete() protected method

protected Complete ( Array intermediateCollection ) : IList
intermediateCollection Array
return IList

Create() protected method

protected Create ( int count ) : T[]
count int
return T[]