Bloom.CollectionChoosing.MostRecentPathsList.RemovePath C# (CSharp) 메소드

RemovePath() 공개 메소드

public RemovePath ( string path ) : void
path string
리턴 void
        public void RemovePath(string path)
        {
            _paths.Remove(path);
        }