-
Shortcut
-
struct7
-
Description
-
Code snippet for a readonly struct with the [StructLayout(Auto)] attribute
-
Language
-
csharp
-
Types
-
Expansion, SurroundsWith
-
Author
-
Fons Sonnemans
-
Upload on
-
25-9-2018 13:21:11
-
Downloads
-
2645
ID
|
ToolTip
|
Default
|
name
|
Struct name
|
MyStruct
|
[System.Runtime.InteropServices.StructLayout(System.Runtime.InteropServices.LayoutKind.Auto)]
readonly struct $name$
{
$selected$$end$
}