共用方式為


CollectionCodeDomSerializer.MethodSupportsSerialization(MethodInfo) 方法

定義

驗證 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

參數

method
MethodInfo

用於檢查序列化屬性的 MethodInfo

傳回

如果 method 支援序列化,則為 true,否則為 false

例外狀況

methodnull

備註

method檢查屬性,以查看它們是否支援串行化。

適用於

另請參閱