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