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