DynamicProperty Constructor |
Namespace: SD.LLBLGen.Pro.LptParser.DynamicLinqAssembly: SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public DynamicProperty(
string name,
Type type
)
Public Sub New (
name As String,
type As Type
)
Parameters
- name
- Type: SystemString
- type
- Type: SystemType
See Also