C# Класс MsgPack.TupleItems

Defines helper method for items of tuple type.
Показать файл Открыть проект

Открытые методы

Метод Описание
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