Class EmitDefaultValue

Whether or not the default value for a member will be serialized.

Inheritance
System.Object
EmitDefaultValue
Namespace: Cesil
Assembly: Cesil.dll
Syntax
public sealed class EmitDefaultValue : Enum

Fields

No

A member does not have to be present, it is not an error if it is omitted.

Declaration
public const EmitDefaultValue No
Field Value
Type Description
EmitDefaultValue

value__

Declaration
public byte value__
Field Value
Type Description
System.Byte

Yes

A member must be present, it is an error to omit it.

Declaration
public const EmitDefaultValue Yes
Field Value
Type Description
EmitDefaultValue
In This Article
Back to top Generated by DocFX