NuGet.Indexing.CatalogPackageReader.GetStream C# (CSharp) Method

GetStream() public method

public GetStream ( string path ) : Stream
path string
return Stream
        public override Stream GetStream(string path)
        {
            throw new NotSupportedException();
        }