Home > Net >  C structure of how to create or definition in C #
C structure of how to create or definition in C #

Time:09-26

C this how structure in C # to create or define
Struct
{
Int aa [8] [627];

} bb [8];

CodePudding user response:

AA
 public struct{
Int [] aa;
int a;



}

Like this?
Struct types cannot be setting the initial value to a field
  •  Tags:  
  • C#
  • Related