Search
MemberInfo Constructor (MemberInfo, String)
See Also
 






Initializes a new instance of the MemberInfo class with the object identified by the property defined by the specified MemberInfo and the property with the specified name.

Namespace: com.mindfusion.scripting
Package: com.mindfusion.scripting

 Syntax

Java  Copy Code

public MemberInfo (
    MemberInfo info,
    String propertyName
)

 Parameters

info

propertyName

 See Also