Struct NullabilityInfo
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public readonly struct NullabilityInfo : IEquatable<NullabilityInfo>
Properties
Annotation
Declaration
public NullableAnnotation Annotation { get; }
Property Value
FlowState
Declaration
public NullableFlowState FlowState { get; }
Property Value
Methods
Equals(NullabilityInfo)
Declaration
public bool Equals(NullabilityInfo other)
Parameters
Returns
Equals(object?)
Declaration
public override bool Equals(object? other)
Parameters
| Type |
Name |
Description |
| object |
other |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements