Click or drag to resize

BindableCustomProperty Constructor

CTor

Namespace:  SD.LLBLGen.Pro.Core.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public BindableCustomProperty(
	KeyValuePair<string, string> entry
)

Parameters

entry
Type: System.Collections.GenericKeyValuePairString, String
The value of the hashtable this instance has to represent
See Also