C# Class Imgix_Dotnet.Configuration.ImgixOptions

Basic options
Inheritance: IImgixOptions
Mostrar archivo Open project: estei/Imgix-Dotnet

Public Methods

Method Description
ImgixOptions ( IEnumerable sources ) : System.Collections.Generic

Initializes an options object with multiple sources

ImgixOptions ( ImgixSource source ) : System.Collections.Generic

Initializes an options object with a single source

Method Details

ImgixOptions() public method

Initializes an options object with multiple sources
public ImgixOptions ( IEnumerable sources ) : System.Collections.Generic
sources IEnumerable
return System.Collections.Generic

ImgixOptions() public method

Initializes an options object with a single source
public ImgixOptions ( ImgixSource source ) : System.Collections.Generic
source ImgixSource
return System.Collections.Generic