Click or drag to resize

CustomProperties.GetBindableCustomProperties Method

Converts the contents of this object into an arraylist with BindableCustomProperty instances.

Namespace:  SD.LLBLGen.Pro.Core.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
public List<BindableCustomProperty> GetBindableCustomProperties()

Return Value

Type: List<BindableCustomProperty>
See Also