SyntaxTriviaList.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.
Reversed enumerable.
public: value class SyntaxTriviaList::Reversed : IEquatable<Microsoft::CodeAnalysis::SyntaxTriviaList::Reversed>, System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxTrivia>
public readonly struct SyntaxTriviaList.Reversed : IEquatable<Microsoft.CodeAnalysis.SyntaxTriviaList.Reversed>, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxTrivia>
type SyntaxTriviaList.Reversed = struct
interface seq<SyntaxTrivia>
interface IEnumerable
Public Structure SyntaxTriviaList.Reversed
Implements IEnumerable(Of SyntaxTrivia), IEquatable(Of SyntaxTriviaList.Reversed)
- Inheritance
-
SyntaxTriviaList.Reversed
- Implements
Constructors
SyntaxTriviaList.Reversed(SyntaxTriviaList) |
Methods
Equals(Object) | |
Equals(SyntaxTriviaList+Reversed) | |
GetEnumerator() | |
GetHashCode() |
Explicit Interface Implementations
IEnumerable.GetEnumerator() | |
IEnumerable<SyntaxTrivia>.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.