BindableCustomProperty Constructor  | 
 
            CTor
            
 
    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)
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