Click or drag to resize

AliasGetIndexer Method

Get the indexer of the aliased type with the specified parameter types.

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

Parameters

parameterTypes
Type: Nova.CodeDOMTypeRefBase

Return Value

Type: IndexerRef

Implements

ITypeDeclGetIndexer(TypeRefBase)
See Also