Share via


IndexerNameAttribute Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the IndexerNameAttribute class.

Namespace:  System.Runtime.CompilerServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Sub New ( _
    indexerName As String _
)
public IndexerNameAttribute(
    string indexerName
)
public:
IndexerNameAttribute(
    String^ indexerName
)
new : 
        indexerName:string -> IndexerNameAttribute
public function IndexerNameAttribute(
    indexerName : String
)

Parameters

.NET Framework Security

See Also

Reference

IndexerNameAttribute Class

System.Runtime.CompilerServices Namespace