Click or drag to resize

TypeParameterGetIndexer Method

Always returns null.

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