C# 클래스 MessagePack.Formatters.LinkedListFormatter

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

보호된 메소드들

메소드 설명
Add ( LinkedList collection, int index, value ) : void
Complete ( LinkedList intermediateCollection ) : LinkedList
Create ( int count ) : LinkedList
GetSourceEnumerator ( LinkedList source ) : LinkedList.Enumerator

메소드 상세

Add() 보호된 메소드

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

Complete() 보호된 메소드

protected Complete ( LinkedList intermediateCollection ) : LinkedList
intermediateCollection LinkedList
리턴 LinkedList

Create() 보호된 메소드

protected Create ( int count ) : LinkedList
count int
리턴 LinkedList

GetSourceEnumerator() 보호된 메소드

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