Search Results for

    Show / Hide Table of Contents

    Struct ForEachStatementInfo

    Implements
    IEquatable<ForEachStatementInfo>
    Inherited Members
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Microsoft.CodeAnalysis.CSharp
    Assembly: Microsoft.CodeAnalysis.CSharp.dll
    Syntax
    public readonly struct ForEachStatementInfo : IEquatable<ForEachStatementInfo>

    Properties

    CurrentConversion

    Declaration
    public Conversion CurrentConversion { get; }
    Property Value
    Type Description
    Conversion

    CurrentProperty

    Declaration
    public IPropertySymbol? CurrentProperty { get; }
    Property Value
    Type Description
    IPropertySymbol

    DisposeMethod

    Declaration
    public IMethodSymbol? DisposeMethod { get; }
    Property Value
    Type Description
    IMethodSymbol

    ElementConversion

    Declaration
    public Conversion ElementConversion { get; }
    Property Value
    Type Description
    Conversion

    ElementType

    Declaration
    public ITypeSymbol? ElementType { get; }
    Property Value
    Type Description
    ITypeSymbol

    GetEnumeratorMethod

    Declaration
    public IMethodSymbol? GetEnumeratorMethod { get; }
    Property Value
    Type Description
    IMethodSymbol

    IsAsynchronous

    Declaration
    public bool IsAsynchronous { get; }
    Property Value
    Type Description
    bool

    MoveNextMethod

    Declaration
    public IMethodSymbol? MoveNextMethod { get; }
    Property Value
    Type Description
    IMethodSymbol

    Methods

    Equals(ForEachStatementInfo)

    Declaration
    public bool Equals(ForEachStatementInfo other)
    Parameters
    Type Name Description
    ForEachStatementInfo other
    Returns
    Type Description
    bool

    Equals(object?)

    Declaration
    public override bool Equals(object? obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    ValueType.Equals(object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    ValueType.GetHashCode()

    Implements

    IEquatable<T>
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0