NuGet.Services.Metadata.Catalog.Persistence.AggregateStorage.Exists C# (CSharp) Méthode

Exists() public méthode

public Exists ( string fileName ) : bool
fileName string
Résultat bool
        public override bool Exists(string fileName)
        {
            return _primaryStorage.Exists(fileName);
        }