C# Класс Imgix_Dotnet.Configuration.ImgixOptions

Basic options
Наследование: IImgixOptions
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ImgixOptions() публичный Метод

Initializes an options object with multiple sources
public ImgixOptions ( IEnumerable sources ) : System.Collections.Generic
sources IEnumerable
Результат System.Collections.Generic

ImgixOptions() публичный Метод

Initializes an options object with a single source
public ImgixOptions ( ImgixSource source ) : System.Collections.Generic
source ImgixSource
Результат System.Collections.Generic