Class ExplicitAttribute
- Namespace
- Dassie.Configuration
- Assembly
- dc.dll
Marks a property as explicit, which causes it to always be serialized, even if the property is set to its default value.
[AttributeUsage(AttributeTargets.Property)]
public sealed class ExplicitAttribute : Attribute
- Inheritance
-
ExplicitAttribute
- Inherited Members
- Extension Methods