Skip to content

Static Import

Mario Gutierrez edited this page Jan 7, 2017 · 1 revision

You can import static members with using static.

using static ClassWithStaticMembers;
Clone this wiki locally