Type type = input.GetType(); MemberInfo[] memInfo = type.GetMember(input.ToString());. You should use more meaningful variable names like ...
確定! 回上一頁