C# Class MsgPack.Serialization.RecordClassWithCollection

Inheritance: RecordClass
Show file Open project: msgpack/msgpack-cli

Public Methods

Method Description
RecordClassWithCollection ( string referenceType, int valueType, bool nullableType, List collectionType ) : System

Method Details

RecordClassWithCollection() public method

public RecordClassWithCollection ( string referenceType, int valueType, bool nullableType, List collectionType ) : System
referenceType string
valueType int
nullableType bool
collectionType List
return System