PostSharpAPI ReferencePost­Sharp.​Patterns.​ContractsStrictly­Greater­Than­AttributeStrictly­Greater­Than­Attribute
Open sandboxFocus

StrictlyGreaterThanAttribute Constructor

StrictlyGreaterThanAttribute(Int64)

Initializes a new StrictlyGreaterThanAttribute with a given integer bound.

Declaration
public StrictlyGreaterThanAttribute(long min)
Parameters
Type Name Description
Int64 min

The lower bound.

StrictlyGreaterThanAttribute(UInt64)

Initializes a new StrictlyGreaterThanAttribute with a given System.UInt64 bound.

Declaration
public StrictlyGreaterThanAttribute(ulong min)
Parameters
Type Name Description
System.UInt64 min

The lower bound.

StrictlyGreaterThanAttribute(Double)

Initializes a new StrictlyGreaterThanAttribute with a given floating-point bound.

Declaration
public StrictlyGreaterThanAttribute(double min)
Parameters
Type Name Description
System.Double min

The lower bound.