Click or drag to resize

ITypeDeclGetIndexer Method

Get the indexer with the specified parameter types.

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

Parameters

parameterTypes
Type: Nova.CodeDOMTypeRefBase

Return Value

Type: IndexerRef
See Also