NAnt.Core.Types.FileSet.Reset C# (CSharp) Method

Reset() public method

public Reset ( ) : void
return void
        public override void Reset()
        {
            // ensure that scanning will happen again for each use
            _hasScanned = false;
        }