ChildSyntaxList Struct
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 : IEquatable<Microsoft::CodeAnalysis::ChildSyntaxList>, System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxNodeOrToken>, System::Collections::Generic::IReadOnlyCollection<Microsoft::CodeAnalysis::SyntaxNodeOrToken>, System::Collections::Generic::IReadOnlyList<Microsoft::CodeAnalysis::SyntaxNodeOrToken>
public readonly struct ChildSyntaxList : IEquatable<Microsoft.CodeAnalysis.ChildSyntaxList>, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxNodeOrToken>, System.Collections.Generic.IReadOnlyCollection<Microsoft.CodeAnalysis.SyntaxNodeOrToken>, System.Collections.Generic.IReadOnlyList<Microsoft.CodeAnalysis.SyntaxNodeOrToken>
type ChildSyntaxList = struct
interface IReadOnlyList<SyntaxNodeOrToken>
interface seq<SyntaxNodeOrToken>
interface IEnumerable
interface IReadOnlyCollection<SyntaxNodeOrToken>
Public Structure ChildSyntaxList
Implements IEnumerable(Of SyntaxNodeOrToken), IEquatable(Of ChildSyntaxList), IReadOnlyCollection(Of SyntaxNodeOrToken), IReadOnlyList(Of SyntaxNodeOrToken)
- Inheritance
-
ChildSyntaxList
- Implements
Count |
Gets the number of children contained in the ChildSyntaxList. |
Item[Int32] |
Gets the child at the specified index. |
Any() | |
Equals(Child |
Determines whether the specified ChildSyntaxList structure is equal to the current instance. |
Equals(Object) |
Determines whether the specified object is equal to the current instance. |
First() |
Returns the first child in the list. |
Get |
Returns an enumerator that iterates through the ChildSyntaxList. |
Get |
Returns the hash code for the current instance. |
Last() |
Returns the last child in the list. |
Reverse() |
Returns a list which contains all children of ChildSyntaxList in reversed order. |
Equality(Child |
Indicates whether two ChildSyntaxList structures are equal. |
Inequality(Child |
Indicates whether two ChildSyntaxList structures are unequal. |
Produkt | Versioner |
---|---|
Roslyn | 4.2.0, 4.3.0, 4.4.0, 4.5.0, 4.6.0, 4.7.0, 4.8.0, 4.9.2, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.3.1, 3.4.0, 3.5.0, 3.6.0, 3.7.0, 3.8.0, 3.9.0, 3.10.0, 3.11.0, 4.0.1, 4.1.0, 4.12.2, 4.13.0 |
Feedback om .NET
.NET är ett öppen källkod projekt. Välj en länk för att ge feedback: