Create a my own data type ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a idea to build my own data type. I want my variable as a value type
not a object type for some reason. Here is my idea :

ID myKey;

myKey = ID.key;
string str = "Here is the key value" + myKey;

Unfortunatly, I really can't find any articles discussing how to implement
this, or I am just too dumb to find them. So, please help me out
 
Back
Top