IndexerNameAttribute Class
.NET Framework 3.0
Indicates the name by which an indexer is known in programming languages that do not support indexers directly.
Namespace: System.Runtime.CompilerServices
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
[SerializableAttribute] [ComVisibleAttribute(true)] [AttributeUsageAttribute(AttributeTargets.Property, Inherited=true)] public sealed class IndexerNameAttribute : Attribute
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ /** @attribute AttributeUsageAttribute(AttributeTargets.Property, Inherited=true) */ public final class IndexerNameAttribute extends Attribute
SerializableAttribute ComVisibleAttribute(true) AttributeUsageAttribute(AttributeTargets.Property, Inherited=true) public final class IndexerNameAttribute extends Attribute
Not applicable.
You can apply this attribute to properties.
This attribute is directly processed by the compiler, and cannot be accessed after compilation through Reflection.
The classes in System.Runtime.CompilerServices are for compiler writers use only.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: