CallbackInstaceDestructor.dg - multiple declarations

Function CallbackInstaceDestructor.dg

Get dg

Dg dg () pure nothrow @safe;

Returns

Dg

Function CallbackInstaceDestructor.dg

Set dg

typeof(this) dg (
  Dg dg
) pure nothrow @safe;

Parameters

NameDescription
dg the delegate used to destroy component

Returns

typeof(this)