IsNull()

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

Determines whether the delegate collection is empty.

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

Return Value

True if the delegate collection is empty, otherwise - false

See Also