Show / Hide Table of Contents

Class CanBeEmptyAttribute

Marks XML lists/arrays as allowed to be empty. By default empty lists don't validate successfully.

Inheritance
Object
Attribute
CanBeEmptyAttribute
Namespace: Modding.Serialization
Assembly: Assembly-CSharp.dll
Syntax
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public class CanBeEmptyAttribute : Attribute, _Attribute

Constructors

CanBeEmptyAttribute()

Declaration
public CanBeEmptyAttribute()
Back to top Generated by DocFX