-
public abstract class DslProxy
A type meaningful only for its existence, never intended to be instantiated. For example, a
DslList<Int, FooProxy>
can be given different extension methods than aDslList<Int, BarProxy>
.
public abstract class DslProxy
A type meaningful only for its existence, never intended to be instantiated. For example, a DslList<Int, FooProxy>
can be given different extension methods than a DslList<Int, BarProxy>
.