3
Answers

read only array ?

Ask a question
Hello

Well i want to declare an array as read only so once initialized we cant change it ..

like ReadOnly int [] arr ={1,2,3,4,5};

is it possible like this ???? if not please provide remedy 

Thank you

Answers (3)