C# Class MessagePack.Formatters.StackFormatter

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

Protected Methods

Method Description
Add ( Array collection, int index, value ) : void
Complete ( Array intermediateCollection ) : Stack
Create ( int count ) : T[]
GetCount ( Stack sequence ) : int?
GetSourceEnumerator ( Stack source ) : Stack.Enumerator

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 ) : Stack
intermediateCollection Array
return Stack

Create() protected method

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

GetCount() protected method

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

GetSourceEnumerator() protected method

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