TomlRequiredAttribute Class

Definition

Assembly Tomlyn.dll
Inherits ObjectAttributeTomlAttribute
Show inherited members (42)

Specifies that a member is required during deserialization.

[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false)]
public sealed class TomlRequiredAttribute : TomlAttribute