Check out example codes for "internal c#". It will help you in understanding the concepts better.
Code Example 1
// Assembly1.cs
// Compile with: /target:library
internal class BaseClass
{
public static int intM = 0;
}
Learn ReactJs, React Native from akashmittal.com