Click here to Skip to main content
16,005,169 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
pls send ans quickly can u explain wt is data fields in c#
Posted

1 solution

"A field is a variable of any type that is declared directly in a class or struct. Fields are members of their containing type."
Refer to msdn - Fields (C# Programming Guide)[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900