Show / Hide Table of Contents

Enum BoundType

Represents a type of range bounds.
Namespace: Annex.Booleans.Global
Assembly: Annex.dll
Syntax
[PublicAPI]
public enum BoundType

Fields

Name Description
Exclude Exclusive low and high bounds.
ExcludeInclude Exclusive low and inclusive high bounds.
Include Inclusive low and high bounds.
IncludeExclude Inclusive low and exclusive high bounds.

Extension Methods

GlobalStructExtensions.NullIf<BoundType>(BoundType)
GlobalStructExtensions.NullIf<BoundType>(BoundType, IEqualityComparer<BoundType>)
GlobalStructExtensions.NullIfDefault<BoundType>()
GlobalBooleanExtensions.In<BoundType, TComparand>(TComparand[])
GlobalBooleanExtensions.In<BoundType, TComparand>(IEqualityComparer<TComparand>, TComparand[])
GlobalBooleanExtensions.InRange<BoundType>(BoundType, BoundType)
GlobalBooleanExtensions.InRange<BoundType>(BoundType, BoundType, BoundType)
GlobalBooleanExtensions.InRange<BoundType>(BoundType, BoundType, IComparer<BoundType>)
GlobalBooleanExtensions.InRange<BoundType>(BoundType, BoundType, BoundType, IComparer<BoundType>)
GlobalCollectionExtensions.AddTo<BoundType, TElement>(ICollection<TElement>)
  • Improve this Doc
  • View Source
Back to top Copyright © George Taylor Buchanan
Generated by DocFX