Link to home
Start Free TrialLog in
Avatar of JasonWeimann
JasonWeimann

asked on

c# shared object equivilent?

I'm working on coverting some of my classes done in VB.net to C#.  I need to find out how to do the equivilent of this in c#.

Public shared objSNMP as snmpobj

I know how to create/use the object etc, it's the sharing it amongs derived classes that I'm having an issue with.  I can't seem to find the C# equiv of the shared tag.  Can anyone help? :)
ASKER CERTIFIED SOLUTION
Avatar of AlexFM
AlexFM

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial