Retrieves an array of System.Reflection.MemberInfo objects that correspond either to all public members or to all members of the current class.
An array of System.Reflection.MemberInfo objects containing all the member information for this reflection object.
This method retrieves an array of System.Reflection.MemberInfo objects by using the binding attribute that corresponds either to all public members or to all members of the current class. It returns an array of all of the members defined for this object.