Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to know following pointers in c#..

const void *const
const char *const
void *const
const char *
const wchar_t *
size_t *const
Posted
Updated 15-Aug-12 18:39pm
v2

C# does not use pointers in the way that C++ does; see here[^] for information on value types and reference types. For information on the const keyword see here[^].
 
Share this answer
 
Comments
BillW33 14-Aug-12 13:06pm    
I can't see why you got a 1 for that. Have a 5 in compensation. :)
Richard MacCutchan 14-Aug-12 13:33pm    
Thanks; the 1 votes are usually down to the fact that the OP doesn't like an answer that means doing some studying or work for themselves.
BillW33 14-Aug-12 16:45pm    
Yeah, I've noticed that too. :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900