在C#中要引用外部实现的API函数时需要引入的命名空间是()。
A: System.Threading;
B: System.Configuration;
C: System.Collections.Generic;
D: System.Runtime.InteropServices;
A: System.Threading;
B: System.Configuration;
C: System.Collections.Generic;
D: System.Runtime.InteropServices;
举一反三
- 在C#中,引用命名空间System的正确语句是()。 A: using System B: # import 〈System〉 C: uses System D: # include 〈System〉
- 多线程的命名空间是()。 A: System.Threading; B: System.Configuration; C: System.Collections.Generic; D: System.Runtime.InteropServices;
- 在C#中,引用命名空间System的语句是()
- 在C#中,Hashtable类所在的命名空间是() A: System.Threading B: System.IO C: System.Collections D: System
- List所属命名空间() A: System B: System.Collections C: System.Collections.Generic D: Enagine