Register
Sign In
Skip over navigation
Home
Add New Question
Jobs
Links
Search
Select up to 30 occupations
General
Accounting/Finance/Insurance
Administrative/Clerical
Banking/Real Estate/Mortgage Professionals
Biotech/R&D/Science
Business/Strategic Management
Creative/Design
Customer Support/Client Care
Editorial/Writing
Education/Training
Engineering
Food Services/Hospitality
Human Resources
IT/Software Development
Legal
Logistics/Transportation
Manufacturing/Production/Operations
Marketing/Product
Medical/Health
Project/Program Management
Quality Assurance/Safety
Sales/Retail/Business Development
Advanced Search
Question Information
Tags
Industries
Select up to 20 industries
Company Information
Company
Country
State (USA)
City
Displaying Results
1
-
3
of
3
for search static
C# Static Members
165 views
1 answers
Please review the following class:public class Class1 { public static string Member { get; set; } }which of the following code section will work:A. Class1 c = new Class1() { ...
Static constractors in C#
186 views
1 answers
Are static constractors exists in c#? if so, what they used for?
C# Static classes and static members
193 views
1 answers
this question demonstrated the use of the "static" keyword