SyntaxTokenList.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 SyntaxTokenList::Reversed : IEquatable<Microsoft::CodeAnalysis::SyntaxTokenList::Reversed>, System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxToken>
public readonly struct SyntaxTokenList.Reversed : IEquatable<Microsoft.CodeAnalysis.SyntaxTokenList.Reversed>, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxToken>
type SyntaxTokenList.Reversed = struct
interface seq<SyntaxToken>
interface IEnumerable
Public Structure SyntaxTokenList.Reversed
Implements IEnumerable(Of SyntaxToken), IEquatable(Of SyntaxTokenList.Reversed)
- Inheritance
-
SyntaxTokenList.Reversed
- Implements
Constructors
SyntaxTokenList.Reversed(SyntaxTokenList) |
Methods
Equals(Object) | |
Equals(SyntaxTokenList+Reversed) | |
GetEnumerator() | |
GetHashCode() |
Explicit Interface Implementations
IEnumerable.GetEnumerator() | |
IEnumerable<SyntaxToken>.GetEnumerator() |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.