Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 210 Bytes

File metadata and controls

12 lines (7 loc) · 210 Bytes

NullObject

Quick Start

Create NullObject implementations from your Interface in run-time with Reflection Emit.

Just an example;

            IEmpty @interface = NullObject.Of<IEmpty>();