C# Class MessagePack.Formatters.LinkedListFormatter

Inheritance: CollectionFormatterBase
Mostrar archivo Open project: tana/Mondeto

Protected Methods

Method Description
Add ( LinkedList collection, int index, value ) : void
Complete ( LinkedList intermediateCollection ) : LinkedList
Create ( int count ) : LinkedList
GetSourceEnumerator ( LinkedList source ) : LinkedList.Enumerator

Method Details

Add() protected method

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

Complete() protected method

protected Complete ( LinkedList intermediateCollection ) : LinkedList
intermediateCollection LinkedList
return LinkedList

Create() protected method

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

GetSourceEnumerator() protected method

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