Class IncludeInSettingsAttribute
Inheritance
IncludeInSettingsAttribute
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, AllowMultiple = false, Inherited = true)]
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
Extension Methods