DynamicProperty Constructor |
Namespace:
SD.LLBLGen.Pro.LptParser.DynamicLinq
Assembly:
SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.1.0.0 (5.1.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