are there any custom data types in .net

  • Thread starter Thread starter Ratnakar .N
  • Start date Start date
R

Ratnakar .N

hello,
please define any custom datatypes in .net and provide one example

regards
ratnakar
 
Are these test questions? I'm afraid people don't like to solve tests for
someone else here...
 
Every class is a data type. Here's an example of a custom one I just wrote:

public class foo
{
}

--
;-),

Kevin Spencer
Microsoft MVP
Chicken Salad Shooter
http://unclechutney.blogspot.com

A man, a plan, a canal, a palindrome that has.. oh, never mind.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top