Partager via


CollectionCodeDomSerializer.MethodSupportsSerialization(MethodInfo) Méthode

Définition

Vérifie la prise en charge de la sérialisation par method.

protected:
 bool MethodSupportsSerialization(System::Reflection::MethodInfo ^ method);
protected bool MethodSupportsSerialization (System.Reflection.MethodInfo method);
member this.MethodSupportsSerialization : System.Reflection.MethodInfo -> bool
Protected Function MethodSupportsSerialization (method As MethodInfo) As Boolean

Paramètres

method
MethodInfo

MethodInfo dont les attributs de sérialisation doivent être vérifiés.

Retours

true si method prend en charge la sérialisation ; sinon, false.

Exceptions

method a la valeur null.

Remarques

Vérifie les method attributs pour voir s’ils prennent en charge la sérialisation.

S’applique à

Voir aussi