3 overrides of Value
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\DateTimeConstantAttribute.cs (1)
17
public override object
Value
=> _date;
System.Runtime.InteropServices (2)
System\Runtime\CompilerServices\IDispatchConstantAttribute.cs (1)
15
public override object
Value
=> new DispatchWrapper(null);
System\Runtime\CompilerServices\IUnknownConstantAttribute.cs (1)
13
public override object
Value
=> new UnknownWrapper(null);
1 reference to Value
System.Private.CoreLib (1)
src\System\Reflection\RuntimeParameterInfo.cs (1)
323
return ((CustomConstantAttribute)customAttributes[0]).
Value
;