C# Programming - Namespaces - Discussion
Discussion Forum : Namespaces - General Questions (Q.No. 10)
10.
Which of the following statements is correct about the using statement used in C#.NET?
Discussion:
2 comments Page 1 of 1.
Aaron said:
10 years ago
B is also correct;
Example:
using MyListOfTuplesAlias = List<Tuple<string, int>>;
List is a member of System.Collections.Generic.
Example:
using MyListOfTuplesAlias = List<Tuple<string, int>>;
List is a member of System.Collections.Generic.
Sridhar said:
7 years ago
B is correct using in only namespace declared example.
Using system.data;
Using system.Web;
Using system.data;
Using system.Web;
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers