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