C# Class NetSerializer.TypeDictionary.Pair

Afficher le fichier Open project: tomba/netserializer

Méthodes publiques

Свойство Type Description
Key System.Type
Value NetSerializer.TypeData

Méthodes publiques

Méthode Description
Pair ( Type key, NetSerializer.TypeData value ) : System

Method Details

Pair() public méthode

public Pair ( Type key, NetSerializer.TypeData value ) : System
key System.Type
value NetSerializer.TypeData
Résultat System

Property Details

Key public_oe property

public Type,System Key
Résultat System.Type

Value public_oe property

public TypeData,NetSerializer Value
Résultat NetSerializer.TypeData