Summary
Gets a
Weaver.Editor.Procedural.Scripting.PropertyBuilder from the object pool and initializes it.- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor .Procedural .Scripting - Containing Type
- PropertyBuilder
Syntax
public static PropertyBuilder Get(TypeBuilder declaringType, string nameSource, TypeName propertyType, AppendFunction getterBuilder, AppendFunction setterBuilder)
Parameters
| Name | Type | Description |
|---|---|---|
| declaringType | TypeBuilder | |
| nameSource | string | |
| propertyType | TypeName | |
| getterBuilder | AppendFunction | |
| setterBuilder | AppendFunction |
Return Value
| Type | Description |
|---|---|
| PropertyBuilder |