ChildSyntaxList.Reversed 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.
public: value class ChildSyntaxList::Reversed : IEquatable<Microsoft::CodeAnalysis::ChildSyntaxList::Reversed>, System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxNodeOrToken>
public readonly struct ChildSyntaxList.Reversed : IEquatable<Microsoft.CodeAnalysis.ChildSyntaxList.Reversed>, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxNodeOrToken>
type ChildSyntaxList.Reversed = struct
interface seq<SyntaxNodeOrToken>
interface IEnumerable
Public Structure ChildSyntaxList.Reversed
Implements IEnumerable(Of SyntaxNodeOrToken), IEquatable(Of ChildSyntaxList.Reversed)
- Inheritance
-
ChildSyntaxList.Reversed
- Implements
Methods
Equals(ChildSyntaxList+Reversed) | |
Equals(Object) | |
GetEnumerator() | |
GetHashCode() |
Explicit Interface Implementations
IEnumerable.GetEnumerator() | |
IEnumerable<SyntaxNodeOrToken>.GetEnumerator() |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.