Search Results for

    Show / Hide Table of Contents

    Struct DeconstructionInfo

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    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 DeconstructionInfo

    Properties

    Conversion

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

    Method

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

    Nested

    Declaration
    public ImmutableArray<DeconstructionInfo> Nested { get; }
    Property Value
    Type Description
    ImmutableArray<DeconstructionInfo>
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0