C# Class NuGet.Indexing.DownloadLookup

Mostra file Open project: NuGet/NuGet.Services.Metadata Class Usage Examples

Public Properties

Property Type Description
FileName string

Public Methods

Method Description
Load ( ) : IDictionary>

Protected Methods

Method Description
DownloadLookup ( Microsoft.Extensions.Logging.ILogger logger ) : System.Collections.Generic
GetReader ( ) : JsonReader

Method Details

DownloadLookup() protected method

protected DownloadLookup ( Microsoft.Extensions.Logging.ILogger logger ) : System.Collections.Generic
logger Microsoft.Extensions.Logging.ILogger
return System.Collections.Generic

GetReader() protected abstract method

protected abstract GetReader ( ) : JsonReader
return Newtonsoft.Json.JsonReader

Load() public method

public Load ( ) : IDictionary>
return IDictionary>

Property Details

FileName public_oe static_oe property

public static string FileName
return string