Returns true if a given field should be serialized.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.0.0.0 (75.0.0.0)
[ObsoleteAttribute("This method is obsolete and will be removed in a future release")]
public bool ShouldSerialize(
FieldInfo member
)[ObsoleteAttribute("This method is obsolete and will be removed in a future release")]
public bool ShouldSerialize(
FieldInfo member
)<ObsoleteAttribute("This method is obsolete and will be removed in a future release")>
Public Function ShouldSerialize (
member As FieldInfo
) As Boolean<ObsoleteAttribute("This method is obsolete and will be removed in a future release")>
Public Function ShouldSerialize (
member As FieldInfo
) As Booleanpublic:
[ObsoleteAttribute(L"This method is obsolete and will be removed in a future release")]
bool ShouldSerialize(
FieldInfo^ member
)
public:
[ObsoleteAttribute(L"This method is obsolete and will be removed in a future release")]
bool ShouldSerialize(
FieldInfo^ member
)
Return Value
Type:
BooleanTrue if member should be serialized; false otherwise.