Recent content by GMontag

  1. G

    C# What is the default access specifier in c#

    Things declared outside of a class or struct will default to internal. Things declared inside of a class or struct will default to private.