CollectionCodeDomSerializer.MethodSupportsSerialization(MethodInfo) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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.