Läs på engelska

Dela via


ChildSyntaxList Struct

Definition

C#
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>
Inheritance
ChildSyntaxList
Implements

Properties

Count

Gets the number of children contained in the ChildSyntaxList.

Item[Int32]

Gets the child at the specified index.

Methods

Any()
Equals(ChildSyntaxList)

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.

GetEnumerator()

Returns an enumerator that iterates through the ChildSyntaxList.

GetHashCode()

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.

Operators

Equality(ChildSyntaxList, ChildSyntaxList)

Indicates whether two ChildSyntaxList structures are equal.

Inequality(ChildSyntaxList, ChildSyntaxList)

Indicates whether two ChildSyntaxList structures are unequal.

Explicit Interface Implementations

Applies to

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