Search
MemberInfo Constructor (Object, String)
See Also
 






Initializes a new instance of the MemberInfo class for the specified object and the property with the specified name.

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

 Syntax

Java  Copy Code

public MemberInfo (
    Object o,
    String propertyName
)

 Parameters

o

propertyName

 See Also