[This is preliminary documentation and is subject to change.]
Finds methods decorated by [On(De)Seriali(zing/zed)]
Namespace: NFX.SerializationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static List<MethodInfo> FindSerializationAttributedMethods(
Type t,
Type atype
)
public static List<MethodInfo> FindSerializationAttributedMethods(
Type t,
Type atype
)
Public Shared Function FindSerializationAttributedMethods (
t As Type,
atype As Type
) As List(Of MethodInfo)
Public Shared Function FindSerializationAttributedMethods (
t As Type,
atype As Type
) As List(Of MethodInfo)
public:
static List<MethodInfo^>^ FindSerializationAttributedMethods(
Type^ t,
Type^ atype
)
public:
static List<MethodInfo^>^ FindSerializationAttributedMethods(
Type^ t,
Type^ atype
)
static member FindSerializationAttributedMethods :
t : Type *
atype : Type -> List<MethodInfo>
static member FindSerializationAttributedMethods :
t : Type *
atype : Type -> List<MethodInfo>
Return Value
Type:
List
MethodInfo List(MethodInfo) that qualifies or NULL if none found