C# Class Imgix_Dotnet.Configuration.ImgixOptions

Basic options
Inheritance: IImgixOptions
Afficher le fichier Open project: estei/Imgix-Dotnet

Méthodes publiques

Méthode 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 méthode

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

ImgixOptions() public méthode

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