Look into creating a "structure", which is a value type.
"mrVithan" <mrvithan at hotmail.com> wrote in message
news:B408C47C-68C4-481F-BF77-(E-Mail Removed)...
>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
|