Summary
Returns a
Weaver.Editor.Procedural.Scripting.FieldBuilder from the object pool and initialize it with the specified parameters.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor .Procedural .Scripting - Containing Type
- FieldBuilder
Syntax
public static FieldBuilder Get(TypeBuilder declaringType, string nameSource, Type fieldType)
Parameters
| Name | Type | Description |
|---|---|---|
| declaringType | TypeBuilder | |
| nameSource | string | |
| fieldType | Type |
Return Value
| Type | Description |
|---|---|
| FieldBuilder |