Click or drag to resize

TypeDeclGetIndexer Method

Get the indexer with the specified parameter types. Searches base types.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual IndexerRef GetIndexer(
	params TypeRefBase[] parameterTypes
)

Parameters

parameterTypes
Type: Nova.CodeDOMTypeRefBase

Return Value

Type: IndexerRef

Implements

ITypeDeclGetIndexer(TypeRefBase)
See Also