Class IgnoreConfigKeyAttribute
- Namespace
- MonkeyLoader.Configuration
- Assembly
- MonkeyLoader.dll
Marks a field of type DefiningConfigKey<T> on a class deriving from ConfigSection to be excluded from the fields returned by GetAutoConfigKeys().
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = false)]
public sealed class IgnoreConfigKeyAttribute : MonkeyLoaderAttribute
- Inheritance
-
IgnoreConfigKeyAttribute
- Inherited Members