ParameterModifierType sealed class ParameterModifierType : CType Documentation Code public bool IsOut { get; } public CType ParameterType { get; } public ParameterModifierType(CType parameterType, bool isOut)