CollectionCodeDomSerializer.MethodSupportsSerialization(MethodInfo) Metod

Definition

Verifierar serialiseringsstöd av 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

Parametrar

method
MethodInfo

För MethodInfo att söka efter serialiseringsattribut.

Returer

trueom stöder method serialisering, annars . false

Undantag

method är null.

Kommentarer

Kontrollerar attributen method för att se om de stöder serialisering.

Gäller för

Se även