Search Results for

    Show / Hide Table of Contents

    Interface IParameterSymbol

    Inherited Members
    ISymbol.GetAttributes()
    ISymbol.Accept(SymbolVisitor)
    ISymbol.Accept<TResult>(SymbolVisitor<TResult>)
    ISymbol.Accept<TArgument, TResult>(SymbolVisitor<TArgument, TResult>, TArgument)
    ISymbol.GetDocumentationCommentId()
    ISymbol.GetDocumentationCommentXml(CultureInfo, bool, CancellationToken)
    ISymbol.ToDisplayString(SymbolDisplayFormat)
    ISymbol.ToDisplayParts(SymbolDisplayFormat)
    ISymbol.ToMinimalDisplayString(SemanticModel, int, SymbolDisplayFormat)
    ISymbol.ToMinimalDisplayParts(SemanticModel, int, SymbolDisplayFormat)
    ISymbol.Equals(ISymbol, SymbolEqualityComparer)
    ISymbol.Kind
    ISymbol.Language
    ISymbol.Name
    ISymbol.MetadataName
    ISymbol.MetadataToken
    ISymbol.ContainingSymbol
    ISymbol.ContainingAssembly
    ISymbol.ContainingModule
    ISymbol.ContainingType
    ISymbol.ContainingNamespace
    ISymbol.IsDefinition
    ISymbol.IsStatic
    ISymbol.IsVirtual
    ISymbol.IsOverride
    ISymbol.IsAbstract
    ISymbol.IsSealed
    ISymbol.IsExtern
    ISymbol.IsImplicitlyDeclared
    ISymbol.CanBeReferencedByName
    ISymbol.Locations
    ISymbol.DeclaringSyntaxReferences
    ISymbol.DeclaredAccessibility
    ISymbol.HasUnsupportedMetadata
    IEquatable<ISymbol>.Equals(ISymbol)
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public interface IParameterSymbol : ISymbol, IEquatable<ISymbol?>

    Properties

    CustomModifiers

    Declaration
    ImmutableArray<CustomModifier> CustomModifiers { get; }
    Property Value
    Type Description
    ImmutableArray<CustomModifier>

    ExplicitDefaultValue

    Declaration
    object? ExplicitDefaultValue { get; }
    Property Value
    Type Description
    object

    HasExplicitDefaultValue

    Declaration
    bool HasExplicitDefaultValue { get; }
    Property Value
    Type Description
    bool

    IsDiscard

    Declaration
    bool IsDiscard { get; }
    Property Value
    Type Description
    bool

    IsOptional

    Declaration
    bool IsOptional { get; }
    Property Value
    Type Description
    bool

    IsParams

    Declaration
    bool IsParams { get; }
    Property Value
    Type Description
    bool

    IsParamsArray

    Declaration
    bool IsParamsArray { get; }
    Property Value
    Type Description
    bool

    IsParamsCollection

    Declaration
    bool IsParamsCollection { get; }
    Property Value
    Type Description
    bool

    IsThis

    Declaration
    bool IsThis { get; }
    Property Value
    Type Description
    bool

    NullableAnnotation

    Declaration
    NullableAnnotation NullableAnnotation { get; }
    Property Value
    Type Description
    NullableAnnotation

    Ordinal

    Declaration
    int Ordinal { get; }
    Property Value
    Type Description
    int

    OriginalDefinition

    Declaration
    IParameterSymbol OriginalDefinition { get; }
    Property Value
    Type Description
    IParameterSymbol

    RefCustomModifiers

    Declaration
    ImmutableArray<CustomModifier> RefCustomModifiers { get; }
    Property Value
    Type Description
    ImmutableArray<CustomModifier>

    RefKind

    Declaration
    RefKind RefKind { get; }
    Property Value
    Type Description
    RefKind

    ScopedKind

    Declaration
    ScopedKind ScopedKind { get; }
    Property Value
    Type Description
    ScopedKind

    Type

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