Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
C# Tutorial
Struct 41 codes
Home
C# Tutorial
Struct
1 A generic struct
2 A simple struct with method
3 Access members via -
4 Accessing Structures with Properties and Public Members
5 Box a struct, change its value and unbox it
6 Box and unbox a struct
7 Box struct to call its implemented interface
8 Class vs struct
9 Composite Struct
10 Copy a struct
11 Copy a struct instance by assignment
12 Create A Struct Using Default Constructor
13 Declaration of a struct and use it
14 Declare a simple struct
15 Declare a struct
16 Declare the Rectangle struct
17 Defining struct
18 Definite Assignment and Array of struct
19 Difference between class and struct during the reference passing
20 Fraction struct
21 Generic Struct
22 How to initialize a structure
23 Interfaces and Structs
24 Public struct member variables
25 Reference value type in a struct
26 Struct constructor with parameters
27 Struct objects have the same pass by value semantics as simple intrinsics
28 Struct with unsafe code(pointer)
29 Struct with value types
30 Struct with value types and ref types
31 Structs with constructors
32 Structures
33 Use enum data type in a struct
34 Use method to init struct member variables
35 Use pointer indirection and operator
36 Use property in a struct
37 Use ref for a struct parameter
38 Use this to reference structs constructor
39 Use this() to initialize a struct
40 Value type equality (default behavior)
41 Value type equality (override)