Search Results for

    Show / Hide Table of Contents

    Struct TypeInfo

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

    Properties

    ConvertedNullability

    Declaration
    public NullabilityInfo ConvertedNullability { get; }
    Property Value
    Type Description
    NullabilityInfo

    ConvertedType

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

    Nullability

    Declaration
    public NullabilityInfo Nullability { get; }
    Property Value
    Type Description
    NullabilityInfo

    Type

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

    Methods

    Equals(TypeInfo)

    Declaration
    public bool Equals(TypeInfo other)
    Parameters
    Type Name Description
    TypeInfo 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