C# 클래스 MessagePack.Formatters.InterfaceLookupFormatter

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

보호된 메소드들

메소드 설명
Add ( Dictionary collection, int index, IGrouping value ) : void
Complete ( Dictionary intermediateCollection ) : TElement>.ILookup
Create ( int count ) : Dictionary>

메소드 상세

Add() 보호된 메소드

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

Complete() 보호된 메소드

protected Complete ( Dictionary intermediateCollection ) : TElement>.ILookup
intermediateCollection Dictionary
리턴 TElement>.ILookup

Create() 보호된 메소드

protected Create ( int count ) : Dictionary>
count int
리턴 Dictionary>