C# Class ToolBox.Serialization.OdinSerializer.CustomGenericFormatterAttribute

Inheritance: ToolBox.Serialization.OdinSerializer.CustomFormatterAttribute
Afficher le fichier Open project: IntoTheDev/Save-System-for-Unity

Méthodes publiques

Свойство Type Description
SerializedGenericTypeDefinition Type

Méthodes publiques

Méthode Description
CustomGenericFormatterAttribute ( Type serializedGenericTypeDefinition, int priority ) : System

Initializes a new instance of the CustomGenericFormatterAttribute class.

Method Details

CustomGenericFormatterAttribute() public méthode

Initializes a new instance of the CustomGenericFormatterAttribute class.
was null. The type given in is not a generic type definition.
public CustomGenericFormatterAttribute ( Type serializedGenericTypeDefinition, int priority ) : System
serializedGenericTypeDefinition Type The generic type definition of the serialized type.
priority int The priority of the formatter. Of all the available custom formatters, the formatter with the highest priority is always chosen.
Résultat System

Property Details

SerializedGenericTypeDefinition public_oe property

The generic type definition of the serialized type.
public Type SerializedGenericTypeDefinition
Résultat Type