arguments property
EnumConstantArguments?
get
arguments
The explicit arguments (there are always implicit index
and name
leading arguments) to the invoked constructor, or null
if this constant
doesn't provide any explicit arguments.
Implementation
EnumConstantArguments? get arguments;