System.Reflection.ParameterModifier public struct ParameterModifier Documentation Code namespace System.Reflection { public struct ParameterModifier { public bool this[int index] { get; set; } public ParameterModifier(int parameterCount); } }