DecimalConstantAttribute Class
.NET Framework 3.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] [ComVisibleAttribute(true)] [AttributeUsageAttribute(AttributeTargets::Field|AttributeTargets::Parameter, Inherited=false)] public ref class DecimalConstantAttribute sealed : public Attribute
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ /** @attribute AttributeUsageAttribute(AttributeTargets.Field|AttributeTargets.Parameter, Inherited=false) */ public final class DecimalConstantAttribute extends Attribute
SerializableAttribute ComVisibleAttribute(true) AttributeUsageAttribute(AttributeTargets.Field|AttributeTargets.Parameter, Inherited=false) public final class DecimalConstantAttribute extends Attribute
Not applicable.
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 Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: