我使用contactsreader.dll
來導入我的Gmail聯繫人。我的方法之一是out
參數。我這樣做:C#出參數值傳遞
Gmail gm = new Gmail();
DataTable dt = new DataTable();
string strerr;
gm.GetContacts("[email protected]", "******", true, dt, strerr);
// It gives invalid arguments error..
而且我的Gmail類有
public void GetContacts(string strUserName, string strPassword,out bool boolIsOK,
out DataTable dtContatct, out string strError);
我是否傳遞正確的價值觀爲out
參數?
這個問題已經有一個公認的答案,你似乎不具有添加任何東西,沒有覆蓋它。 – JamesT 2015-02-04 10:43:53
@J Tolley:很對,但是這個答案只針對三個朋友之間的*系列upvoting *而設計的,並不打算有用。他的大部分答案都發布在這樣的老問題上。在這裏看到一個朋友:http://stackoverflow.com/questions/28085249/change-css-color-property-dynamically-on-click/28085568#28085568 – 2015-02-06 09:46:40