C# Class NetSerializer.TypeDictionary.Pair

Show file Open project: tomba/netserializer

Public Properties

Property Type Description
Key System.Type
Value NetSerializer.TypeData

Public Methods

Method Description
Pair ( Type key, NetSerializer.TypeData value ) : System

Method Details

Pair() public method

public Pair ( Type key, NetSerializer.TypeData value ) : System
key System.Type
value NetSerializer.TypeData
return System

Property Details

Key public property

public Type,System Key
return System.Type

Value public property

public TypeData,NetSerializer Value
return NetSerializer.TypeData