C# 클래스 MsgPack.TupleItems

Defines helper method for items of tuple type.
파일 보기 프로젝트 열기: msgpack/msgpack-cli

공개 메소드들

메소드 설명
CreateTupleTypeList ( IList itemTypes ) : List

Creates type list for nested tuples.

GetTupleItemTypes ( Type tupleType ) : IList
IsTuple ( Type type ) : bool

비공개 메소드들

메소드 설명
GetTupleItemTypes ( IList itemTypes, IList result ) : void

메소드 상세

CreateTupleTypeList() 공개 정적인 메소드

Creates type list for nested tuples.
public static CreateTupleTypeList ( IList itemTypes ) : List
itemTypes IList The type list of tuple items, in order.
리턴 List

GetTupleItemTypes() 공개 정적인 메소드

public static GetTupleItemTypes ( Type tupleType ) : IList
tupleType System.Type
리턴 IList

IsTuple() 공개 정적인 메소드

public static IsTuple ( Type type ) : bool
type System.Type
리턴 bool