BindableCustomProperty Constructor |
CTor
Namespace:
SD.LLBLGen.Pro.Core.GeneralDataStructures
Assembly:
SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.3.0.0 (5.3.0)
Syntax public 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