Class BadPolymorph
- Namespace
- Arinc424
- Assembly
- Arinc424.dll
Says that characters in Info ranges and Indices
is invalid polymorph relation.
public sealed record BadPolymorph : BadLink, IEquatable<Diagnostic>, IEquatable<PropertyDiagnostic>, IEquatable<BadLink>, IEquatable<BadPolymorph>
- Inheritance
-
object
BadPolymorph
- Implements
-
- Inherited Members
-
Properties
EqualityContract
protected override Type EqualityContract { get; }
Property Value
- Type
Indices
public required (int First, int Second) Indices { get; init; }
Property Value
- (int First, int Second)
Key
public string? Key { get; init; }
Property Value
- string
Section
public required Section Section { get; init; }
Property Value
- Section
Type
public Type? Type { get; set; }
Property Value
- Type
Methods
Equals(BadLink?)
public override sealed bool Equals(BadLink? other)
Parameters
other
BadLink
Returns
- bool
Equals(BadPolymorph?)
public bool Equals(BadPolymorph? other)
Parameters
other
BadPolymorph
Returns
- bool
Equals(object?)
public override bool Equals(object? obj)
Parameters
obj
object
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int
PrintMembers(StringBuilder)
protected override bool PrintMembers(StringBuilder builder)
Parameters
builder
StringBuilder
Returns
- bool
ToString()
public override string ToString()
Returns
- string
Operators
operator ==(BadPolymorph?, BadPolymorph?)
public static bool operator ==(BadPolymorph? left, BadPolymorph? right)
Parameters
left
BadPolymorph
right
BadPolymorph
Returns
- bool
operator !=(BadPolymorph?, BadPolymorph?)
public static bool operator !=(BadPolymorph? left, BadPolymorph? right)
Parameters
left
BadPolymorph
right
BadPolymorph
Returns
- bool