QsNullable<T> Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.SumType)]
[Microsoft.FSharp.Core.Struct]
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.DiscriminatedUnionConverter))]
[System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")]
[System.Serializable]
public struct QsNullable<T> : IComparable, IComparable<Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<T>>, IEquatable<Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<T>>, System.Collections.Generic.IEnumerable<T>, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.SumType)>]
[<Microsoft.FSharp.Core.Struct>]
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.DiscriminatedUnionConverter))>]
[<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>]
[<System.Serializable>]
type QsNullable<'T> =
Public Structure QsNullable(Of T)
Implements IComparable, IComparable(Of QsNullable(Of T)), IEnumerable(Of T), IEquatable(Of QsNullable(Of T)), IStructuralComparable, IStructuralEquatable
Type Parameters
- T
- Inheritance
-
QsNullable<T>
- Attributes
-
Microsoft.FSharp.Core.CompilationMappingAttribute Microsoft.FSharp.Core.StructAttribute Newtonsoft.Json.JsonConverterAttribute DebuggerDisplayAttribute SerializableAttribute
- Implements
Properties
| IsNull | |
| IsValue | |
| Item | |
| Null | |
| Tag |
Methods
Extension Methods
| IsInAscendingOrder<TElement>(IEnumerable<TElement>, IComparer<TElement>) | |
| Partition<T>(IEnumerable<T>, Func<T,Boolean>) |
Partitions |