Table of Contents

Method GetTypeByName

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

GetTypeByName(string)

Retrieves type by its name.

public override object GetTypeByName(string type)

Parameters

type string

Specifies name of type.

Returns

object

The found type.