Globals.Prefs.CustomPluginMask.CustomPluginMask C# (CSharp) Method

CustomPluginMask() public method

Initializes a new instance of the T:System.Object class.
public CustomPluginMask ( ) : System
return System
            public CustomPluginMask()
            {
                VisibleTagTypes = new List<string>();
            }
Prefs.CustomPluginMask