![]() |
Initializes a new instance of the IndexerDecl class. |
![]() | Gets or sets the modifier flags for this member (public, private etc). |
![]() | Gets the collection of comments for this member. |
![]() | Gets the collection of Custom Attributes used for this member (custom attributes are the ones declared between brackets, like [Flags]). |
![]() | Gets the (scoped) definition. |
![]() | Gets or sets the 'get' accessor for the indexer. This will not have an associated block if the indexer is declared as abstract or in an interface. |
![]() | Gets or sets the boolean value that indicates whether a get accessor is to be used. Setting this to false will not destroy the GetAccessor value. |
![]() | Gets or sets the boolean value that indicates whether a set accessor is to be used. Setting this to false will not destroy the SetAccessor value. |
![]() | Gets or sets the interface type, if present. In the case of a class implementing multiple interfaces that require indexers, the interface type is prepended to 'this' (with the syntax IList.this). |
![]() | |
![]() | |
![]() | Gets the name of the indexer (which is always 'Item'). |
![]() | Gets the collection of parameters for the indexer. Each of these hold information about the type, direction etc. |
![]() | |
![]() | Gets or sets the 'set' accessor for the indexer. This will not have an associated block if the indexer is declared as abstract or in an interface. |
![]() | Gets or sets the type of the indexer. |
![]() | Gets or sets the user-definable data for the current object. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() |
IndexerDecl Class | DDW.CSharp.Dom Namespace