C# 클래스 NetFx.Patterns.Adapter.AdaptInitializer

Provides initialization for the Adapt class.
파일 보기 프로젝트 열기: netfx/extensions

공개 메소드들

메소드 설명
Initialize ( IAdapterService service ) : void

Initializes the Adapt static facade with the specified service.

Initialize ( Lazy service ) : void

Initializes the Adapt static facade with the specified service.

메소드 상세

Initialize() 공개 정적인 메소드

Initializes the Adapt static facade with the specified service.
public static Initialize ( IAdapterService service ) : void
service IAdapterService The adapter service to use on the class.
리턴 void

Initialize() 공개 정적인 메소드

Initializes the Adapt static facade with the specified service.
public static Initialize ( Lazy service ) : void
service Lazy The adapter service to use on the class.
리턴 void