NullabilityInfo Struct

Definition

[System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(), nq}")]
public readonly struct NullabilityInfo : IEquatable<Microsoft.CodeAnalysis.NullabilityInfo>
[<System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(), nq}")>]
type NullabilityInfo = struct
Public Structure NullabilityInfo
Implements IEquatable(Of NullabilityInfo)
Inheritance
NullabilityInfo
Attributes
Implements

Properties

Annotation

The nullable annotation of the expression represented by the syntax node. This represents the nullability of expressions that can be assigned to this expression, if this expression can be used as an lvalue.

FlowState

The nullable flow state of the expression represented by the syntax node. This represents the compiler's understanding of whether this expression can currently contain null, if this expression can be used as an rvalue.

Methods

Equals(NullabilityInfo)
Equals(Object)
GetHashCode()

Applies to