Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in C Sharp only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Today's Posts
Member List
Calendar
Home
Forum
Topic
C Sharp
Like Typedef(In C++) operation what is option in C#.
Collapse
This topic is closed.
X
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
=?Utf-8?B?U3dhcG5pbA==?=
#1
Like Typedef(In C++) operation what is option in C#.
Feb 21 '08, 01:45 PM
hi,
we can use Typedef in C++ . To perform the same operation in C# How can i
use?
Please Explain with example.
=?Utf-8?B?TWlzYmFoIEFyZWZpbg==?=
#2
Feb 25 '08, 03:45 PM
RE: Like Typedef(In C++) operation what is option in C#.
//C++
typedef int NUMBERS;
//C#
using NUMBERS = System.Int32;
--
Misbah Arefin
https://mcp.support.microsoft.com/profile/MISBAH.AREFIN
http://www.linkedin.com/in/misbaharefin
"Swapnil" wrote:
hi,
>
we can use Typedef in C++ . To perform the same operation in C# How can i
use?
Please Explain with example.
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment