Table of Contents

Method GetExtensionMethods

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

GetExtensionMethods(string)

Retrieves collection of extension methods for the type.

public static IList<MethodInfo> GetExtensionMethods(string typeName)

Parameters

typeName string

Specifies given type.

Returns

IList<MethodInfo>

List of extension methods.