Gets the member wrapper based on type and property

C# | Visual Basic | Visual C++ |
public MemberWrapper Get( Type type, string property )
Public Function Get ( _ type As Type, _ property As String _ ) As MemberWrapper
public: MemberWrapper^ Get( Type^ type, String^ property )
