3 overrides of Value
mscorlib (3)
system\runtime\compilerservices\datetimeconstantattribute.cs (1)
21public override Object Value
system\runtime\compilerservices\idispatchconstantattribute.cs (1)
19public override Object Value
system\runtime\compilerservices\iunknownconstantattribute.cs (1)
19public override Object Value
1 reference to Value
mscorlib (1)
system\reflection\parameterinfo.cs (1)
672defaultValue = ((CustomConstantAttribute)CustomAttrs[0]).Value;