ParameterKindExtensions.IsOutputParameter Method |
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
public static bool IsOutputParameter( this ParameterKind parameterKind )
Parameters
- parameterKind
- Type: PostSharp.Reflection.ParameterKind
Return Value
Type: Booleantrue if parameterKind equals to ByRefOut or ByRefInOut, otherwise false.