Show / Hide Table of Contents

Class RequireToValidateAttribute

Marks XML elements/attributes that extend the Element class to automatically be recursively validated.

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

Constructors

RequireToValidateAttribute()

Declaration
public RequireToValidateAttribute()
Back to top Generated by DocFX