C# 클래스 MessagePack.Formatters.HashSetFormatter

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

보호된 메소드들

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

메소드 상세

Add() 보호된 메소드

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

Complete() 보호된 메소드

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

Create() 보호된 메소드

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

GetCount() 보호된 메소드

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

GetSourceEnumerator() 보호된 메소드

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