SettingFieldEventArgsField Property

Gets or sets the field to be set. If and IgnoreNonExistingFields is , then a SerializationException will be thrown. You may either set this property by the matching field or set the Handled to to skip the default processing.
Default value: The field identified as the matching field, or , if such field was not found.

Definition

Namespace: KGySoft.Serialization.Binary
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public FieldInfo? Field { get; set; }

Property Value

FieldInfo

See Also