DecimalConstantAttribute Class
.NET Framework 2.0
Stores the value of a System.Decimal constant in metadata. This class cannot be inherited.
Namespace: System.Runtime.CompilerServices
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
[SerializableAttribute] [AttributeUsageAttribute(AttributeTargets.Field|AttributeTargets.Parameter, Inherited=false)] [ComVisibleAttribute(true)] public sealed class DecimalConstantAttribute : Attribute
/** @attribute SerializableAttribute() */ /** @attribute AttributeUsageAttribute(AttributeTargets.Field|AttributeTargets.Parameter, Inherited=false) */ /** @attribute ComVisibleAttribute(true) */ public final class DecimalConstantAttribute extends Attribute
SerializableAttribute AttributeUsageAttribute(AttributeTargets.Field|AttributeTargets.Parameter, Inherited=false) ComVisibleAttribute(true) public final class DecimalConstantAttribute extends Attribute
Use this attribute to specify at compile time that a decimal value is a constant value.
You can apply this attribute to fields or parameters.
For more information about constant attributes, see the CustomConstantAttribute class.
The classes in System.Runtime.CompilerServices are for compiler writers use only.
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: