Recent content by thekarun

  1. T

    C# What is the default access specifier in c#

    refer to this http://msdn.microsoft.com/en-us/library/ba0a1yw2%28VS.80%29.aspx Top-level types, which are not nested into other types, can only have internal or public accessibility. The default accessibility for these types is internal.