合併的語法是利用陣列的聯集(Union)來做,
以下是a和b聯集 int[] c = a.Union(b).ToArray (); 不過,因為是用集合的聯集來實作,所以遇到重複元素,就會被刪掉: int[] a = { 1, 2, 3, 4, 5 }; int[] d = { 1, 6, 7, 8, 9 }; int[] e = a.Union (d).ToArray (); 這樣的結果,最後就會是{1, 2, 3, 4, 5, 6, 7, 8, 9} 1只會出現一次而已。
合併的語法是利用陣列的聯集(Union)來做,
以下是a和b聯集 int[] c = a.Union(b).ToArray (); 不過,因為是用集合的聯集來實作,所以遇到重複元素,就會被刪掉: int[] a = { 1, 2, 3, 4, 5 }; int[] d = { 1, 6, 7, 8, 9 }; int[] e = a.Union (d).ToArray (); 這樣的結果,最後就會是{1, 2, 3, 4, 5, 6, 7, 8, 9} 1只會出現一次而已。
標籤名稱 | 中文顯示名稱 | 英文顯示名稱 | 欄位名稱 |
一般 General |
姓氏 | First name | sn |
名字 | Last name | givenName | |
英文縮寫 | Initials | initials | |
顯示名稱 | Display name | displayName | |
描述 | description | description | |
辦公室 | Office | physicalDeliveryOfficeName | |
電話號碼 | Telephone Number | telephoneNumber | |
電子郵件 | |||
網頁 | Web page | wWWHomePage | |
地址 Address |
國家(地區) | Country/region | c |
省份 | State/province | st | |
縣/市 | City | l | |
街道 | Street | streetAddress | |
郵遞區號 | Zip/Postal Code | postalCode | |
郵政信箱 | P.O. Box | postOfficeBox | |
帳戶 Account |
使用者登入名稱 | User logon name | userPrincipalName |
使用者登入名稱(Windows 2000前版) | User logonname(pre-Windows 2000) | sAMAccountName | |
設定檔 Profile |
設定檔路徑 | Profile path | profilePath |
登入指令檔 | Logon script | scriptPath | |
主資料夾 | Home folder | homeDirectory | |
電話 Telephones |
住宅 | Home | homePhone |
呼叫器 | Pager | pager | |
行動電話 | Mobile | mobile | |
傳真 | Fax | facsimileTelephoneNumber | |
IP電話 | IP phone | ipPhone | |
注意事項 | Notes | info | |
組織 Organization |
職稱 | Title | title |
部門 | Department | department | |
公司 | Company | company | |
主管 | Manager | manager | |
屬下 | Direct report | directReports |