| BindableCustomProperty Constructor  | 
            CTor
            
 
Namespace: SD.LLBLGen.Pro.Core.GeneralDataStructuresAssembly: SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic BindableCustomProperty(
	KeyValuePair<string, string> entry
)
Public Sub New ( 
	entry As KeyValuePair(Of String, String)
)
Parameters
- entry
 - Type: System.Collections.GenericKeyValuePairString, String
The value of the hashtable this instance has to represent 
See Also