'Declaration Public Function New( _ ByVal source As System.Object, _ ByVal name As System.String _ )
'Usage Dim source As System.Object Dim name As System.String Dim instance As New CalcPropertyExpression(source, name)
Parameters
- source
- The object that declares the property.
- name
- The property name.