Skip to content

Malaka98/C_Sharp_Structs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C_Sharp_Structs

Simple example of structs

  • In C#
  1. struct is the value type data type
  2. It can contain a parameterized constructor, static constructor, constants, fields, methods, properties, indexers, operators, events, and nested types.
  3. All the value types are allocated on stack memory.
  4. Struct has limited features.

About

Simple example of structs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages