Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.41 KB

File metadata and controls

37 lines (29 loc) · 1.41 KB

AutoAdapter

Provides a mechanism for automatically applying the ADAPTER PATTERN (also known as a wrapper) without custom code.

Legal

License

Copyright (c) 2021 carrvo. All rights reserved.

This work is licensed under the terms of the MIT license.
For a copy, see https://choosealicense.com/licenses/mit/#.

Quick Start

Installation

The package can be found on NuGet:

The package can be found on PowerShellGallery

Examples - DuckTyping

See the testing code:

Examples - Reflection

See the testing code:

Dependencies

References