Class IncludeInSettingsAttribute
Namespace: Ludiq
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, AllowMultiple = false, Inherited = true)]
[Obsolete("Use the Extract attribute instead.")]
public sealed class IncludeInSettingsAttribute : Attribute, _Attribute
  Constructors
IncludeInSettingsAttribute(Boolean)
Declaration
public IncludeInSettingsAttribute(bool include)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Boolean | include | 
Properties
include
Declaration
public bool include { get; }
  Property Value
| Type | Description | 
|---|---|
| Boolean |