C# 클래스 MessagePack.Formatters.StackFormatter

상속: CollectionFormatterBase
파일 보기 프로젝트 열기: tana/Mondeto

보호된 메소드들

메소드 설명
Add ( Array collection, int index, value ) : void
Complete ( Array intermediateCollection ) : Stack
Create ( int count ) : T[]
GetCount ( Stack sequence ) : int?
GetSourceEnumerator ( Stack source ) : Stack.Enumerator

메소드 상세

Add() 보호된 메소드

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

Complete() 보호된 메소드

protected Complete ( Array intermediateCollection ) : Stack
intermediateCollection Array
리턴 Stack

Create() 보호된 메소드

protected Create ( int count ) : T[]
count int
리턴 T[]

GetCount() 보호된 메소드

protected GetCount ( Stack sequence ) : int?
sequence Stack
리턴 int?

GetSourceEnumerator() 보호된 메소드

protected GetSourceEnumerator ( Stack source ) : Stack.Enumerator
source Stack
리턴 Stack.Enumerator