AvalonStudio.Projects.StandardProjectFolder.ExcludeFile C# (CSharp) Method

ExcludeFile() public method

public ExcludeFile ( ISourceFile file ) : void
file ISourceFile
return void
        public void ExcludeFile(ISourceFile file)
        {
            throw new NotImplementedException();
        }