ExampleRefOutDelegate delegate

A delegate.

public delegate void ExampleRefOutDelegate(ref bool isRef, out bool isOut, bool isIn = true);

See Also