IXamlTypeBuilder<TBackendEmitter>.

DefineProperty(IXamlType, string, IXamlMethod, IXamlMethod) Method

Syntax

IXamlProperty DefineProperty(IXamlType propertyType, string name, IXamlMethod setter, IXamlMethod getter)

Parameters

Name Type Description
propertyType IXamlType
name string
setter IXamlMethod
getter IXamlMethod

Return Value

Type Description
IXamlProperty