C# 클래스 Imgix_Dotnet.Configuration.ImgixOptions

Basic options
상속: IImgixOptions
파일 보기 프로젝트 열기: estei/Imgix-Dotnet

공개 메소드들

메소드 설명
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