Struct ChildSyntaxList.Reversed
An enumerator that enumerates the list in reverse order.
Inherited Members
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Loretta.CodeAnalysis
Assembly: Loretta.CodeAnalysis.dll
Syntax
public readonly struct Reversed
Methods
| Improve this Doc View SourceEquals(ChildSyntaxList.Reversed)
Declaration
public readonly bool Equals(ChildSyntaxList.Reversed other)
Parameters
Type | Name | Description |
---|---|---|
ChildSyntaxList.Reversed | other |
Returns
Type | Description |
---|---|
System.Boolean |
Equals(Object)
Declaration
public override readonly bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.ValueType.Equals(System.Object)
|
Improve this Doc
View Source
GetEnumerator()
Returns the enumerator for this list.
Declaration
public readonly ChildSyntaxList.Reversed.Enumerator GetEnumerator()
Returns
Type | Description |
---|---|
ChildSyntaxList.Reversed.Enumerator |
GetHashCode()
Declaration
public override readonly int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.ValueType.GetHashCode()
Operators
| Improve this Doc View SourceEquality(ChildSyntaxList.Reversed, ChildSyntaxList.Reversed)
Checks whether two reversed lists are equal.
Declaration
public static bool operator ==(ChildSyntaxList.Reversed left, ChildSyntaxList.Reversed right)
Parameters
Type | Name | Description |
---|---|---|
ChildSyntaxList.Reversed | left | |
ChildSyntaxList.Reversed | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(ChildSyntaxList.Reversed, ChildSyntaxList.Reversed)
Checks whether two reversed lists are not equal.
Declaration
public static bool operator !=(ChildSyntaxList.Reversed left, ChildSyntaxList.Reversed right)
Parameters
Type | Name | Description |
---|---|---|
ChildSyntaxList.Reversed | left | |
ChildSyntaxList.Reversed | right |
Returns
Type | Description |
---|---|
System.Boolean |
Explicit Interface Implementations
| Improve this Doc View SourceIEnumerable.GetEnumerator()
Declaration
readonly IEnumerator IEnumerable.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Implements
System.Collections.IEnumerable<>
IEquatable<>