C# Class TypeTable, msgpack-cli

Show file Open project: msgpack/msgpack-cli Class Usage Examples

Public Properties

Property Type Description
CollectionItem TypeTableEntry,
DictionaryKey TypeTableEntry,
Member TypeTableEntry,
TupleItems IList

Public Methods

Method Description
Create ( MemberInfo member, PolymorphismSchema defaultSchema ) : TypeTable,

Private Methods

Method Description
TypeTable ( TypeTableEntry, member, TypeTableEntry, collectionItem, TypeTableEntry, dictionaryKey, IList tupleItems ) : System

Method Details

Create() public static method

public static Create ( MemberInfo member, PolymorphismSchema defaultSchema ) : TypeTable,
member MemberInfo
defaultSchema PolymorphismSchema
return TypeTable,

Property Details

CollectionItem public property

public TypeTableEntry, CollectionItem
return TypeTableEntry,

DictionaryKey public property

public TypeTableEntry, DictionaryKey
return TypeTableEntry,

Member public property

public TypeTableEntry, Member
return TypeTableEntry,

TupleItems public property

public IList TupleItems
return IList