C# 클래스 MessagePack.Formatters.InterfaceCollectionFormatter
파일 보기
프로젝트 열기: tana/Mondeto
보호된 메소드들
메소드 |
설명 |
|
Add ( Array collection, int index, value ) : void |
|
|
Complete ( Array intermediateCollection ) : ICollection |
|
|
Create ( int count ) : T[] |
|
|
메소드 상세
protected Add ( Array collection, int index, value ) : void |
collection |
Array |
|
index |
int |
|
리턴 |
void |
|
protected Complete ( Array intermediateCollection ) : ICollection |
intermediateCollection |
Array |
|
리턴 |
ICollection |
|
protected Create ( int count ) : T[] |
count |
int |
|
리턴 |
T[] |
|