Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
struct « Class Interface « C# / C Sharp
C# / C Sharp
Class Interface
struct
1.
Structs And Enums
2.
Define struct and use it
3.
Demonstrate a structure
4.
Copy a struct
5.
Structures are good when grouping data
6.
demonstrates a custom constructor function for a structure
7.
Defining functions for structs
8.
demonstrates using a structure to return a group of variables from a function
9.
Demonstates assignment operator on structures and classes.
10.
Issue an error message if you do not initialize all of the fields in a structure
11.
Illustrates the use of a struct
12.
C# always creates a structure instance as a value-type variable even using the new operator
13.
Calling a Function with a Structure Parameter
14.
Structs (Value Types):A Point Struct
15.
Structs (Value Types):Structs and Constructors
16.
Conversions Between Structs 1
17.
Conversions Between Structs 2