Nemerle.VisualStudio.Project.NemerleProjectNode.ShowAllFiles C# (CSharp) Method

ShowAllFiles() protected method

Enables / Disables the ShowAllFileMode.
protected ShowAllFiles ( ) : int
return int
        protected internal override int ShowAllFiles()
        {
            return ToggleShowAllFiles();
        }