empty()

MulticastDelegate< ReturnType(ArgumentTypes…)>::empty() const method

Determines whether the delegate collection is empty.

bool System::MulticastDelegate<ReturnType(ArgumentTypes...)>::empty() const

Return Value

True if the delegate collection is empty, otherwise - false

See Also