Lucene.Net.Store.CompoundFileDirectory.DeleteFile C# (CSharp) 메소드

DeleteFile() 공개 메소드

Not implemented
always: not supported by CFS
public DeleteFile ( string name ) : void
name string
리턴 void
        public override void DeleteFile(string name)
        {
            throw new System.NotSupportedException();
        }