Search Results for

    Show / Hide Table of Contents

    Class IndexerNameAttribute

    Indicates the name by which an indexer is known in programming languages that do not support indexers directly.

    Inheritance
    object
    Attribute
    IndexerNameAttribute
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: System.Runtime.CompilerServices
    Assembly: mscorlib.dll
    Syntax
    [AttributeUsage(AttributeTargets.Property)]
    public sealed class IndexerNameAttribute : Attribute

    Constructors

    IndexerNameAttribute(string)

    Initializes a new instance of the IndexerNameAttribute class.

    Declaration
    public IndexerNameAttribute(string indexerName)
    Parameters
    Type Name Description
    string indexerName

    The name of the indexer, as shown to other languages.

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX