30 sealed partial class ClassFile
33 internal struct BootstrapMethod
36 readonly MethodHandleConstantHandle _method;
37 readonly ConstantHandle[] _args;
44 internal BootstrapMethod(MethodHandleConstantHandle method, ConstantHandle[] args)
53 public readonly MethodHandleConstantHandle BootstrapMethodIndex => _method;
58 public readonly
int ArgumentCount => _args.Length;
65 public readonly ConstantHandle GetArgument(
int index)