access specifiers in vb.net

  • Thread starter Thread starter vipul DotNet
  • Start date Start date
Vipul,
Can you be a little more precise.
Access specifiers, do you mean to access a mouse or Ms Access or something?
And what do you mean with specifiers?
Cor
 
thanks for replying cor,

access specifiers for example
private ,public etc..
how many more are there in vb.net.
from where will i get information on site about them and there uses
eg:-
private variables can be accessed only in the same class,
private classes can be used /instantiated in same namespace,
private methods can be used in same class only.

I would like to have the information about all such access specifiers and
their use.
waiting for ur reply,
regards
vipul
----- Original Message -----
From: "Cor" <[email protected]>
Newsgroups: microsoft.public.dotnet.languages.vb
Sent: Monday, September 15, 2003 12:00 PM
Subject: Re: access specifiers in vb.net
 
Hi Vipul,
I never think about those thins, just do it, but I think Herfried, Armin or
Fergus knows a lot of links for you now we have clear what you want.
access specifiers for example
private ,public etc..
how many more are there in vb.net.
from where will i get information on site about them and there uses
eg:-
private variables can be accessed only in the same class,
private classes can be used /instantiated in same namespace,
private methods can be used in same class only.

I would like to have the information about all such access specifiers and
their use.
waiting for ur reply,
regards
vipul
I putted their names in the header to put their attention to this.
I think they will help you in a while
Cor
 
vipul DotNet said:
access specifiers for example
private ,public etc..
how many more are there in vb.net.

<F1>

Visual Studio.NET
Visual Basic and Visual C#
Reference
VB.NET programming specifications
4. General concepts
-> 4.6
 
armin,

thanks a lot armin
vipul
Armin Zingler said:
<F1>

Visual Studio.NET
Visual Basic and Visual C#
Reference
VB.NET programming specifications
4. General concepts
-> 4.6
 
Back
Top