Class Exclude
Mark members that should be excluded. Private fields and all properties are excluded by default.
Inherited Members
Namespace: RedLoader.TinyJSON
Assembly: RedLoader.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class Exclude : Attribute
Constructors
Exclude()
Declaration
public Exclude()