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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.