Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by perencia

  1. perencia

    Hi, a little question about access properties

    Can someone explain me what's wrong with this code ? public class a { private string patr = @"\w@\w\.\w"; private Regex regexp = new Regex(patr); .... I know if i change the accesor modifier of patr from private to static it runs, but i'd like to know why .. Thanks!.

Part and Inventory Search

Back
Top