10 private bool[] _byRef;
12 internal bool[] IsByRefArray => _byRef;
18 public bool this[
int index]
26 _byRef[index] = value;
36 if (parameterCount <= 0)
40 _byRef =
new bool[parameterCount];
Attaches a modifier to parameters so that binding can work with parameter signatures in which the typ...
Provides information about, and means to manipulate, the current environment and platform....
The exception that is thrown when one of the arguments provided to a method is not valid.
ParameterModifier(int parameterCount)
Initializes a new instance of the T:System.Reflection.ParameterModifier structure representing the sp...
Specifies that the class can be serialized.