Click or drag to resize

UniversalTypeProviderTInterfaceGetInstance Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Gets new instance for the class name

Namespace:  imbNLP.Toolkit.Typology
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public TInterface GetInstance(
	string classname
)

Parameters

classname
Type: SystemString
The classname.

Return Value

Type: TInterface

[Missing <returns> documentation for "M:imbNLP.Toolkit.Typology.UniversalTypeProvider`1.GetInstance(System.String)"]

See Also