protected override bool FileExists(
string fileName
)
Protected Overrides Function FileExists (
fileName As String
) As Boolean
protected:
virtual bool FileExists(
String^ fileName
) override
abstract FileExists :
fileName : string -> bool
override FileExists :
fileName : string -> bool