ParameterKindExtensions.IsOutputParameter Method |
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 6.9.11.0 (6.9.11.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.