StrictRangeAttribute Constructor (Int64, Int64) |
Initializes a new StrictRangeAttribute with given integer bounds.
Namespace: PostSharp.Patterns.Contracts
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public StrictRangeAttribute( long min, long max )
Parameters
- min
- Type: System.Int64
The lower bound. - max
- Type: System.Int64
The lower bound.