NamespaceBuilder.

AddType(string, Type) Method

Summary

Get a Weaver.Editor.Procedural.Scripting.TypeBuilder from the object pool and initialize it with the specified parameters as a member of this namespace.

Syntax

public TypeBuilder AddType(string nameSource, Type existingType)

Parameters

Name Type Description
nameSource string
existingType Type

Return Value

Type Description
TypeBuilder