Alquimiaware.NuGetUnity.GUILayoutEx.ActionOnDispose.Dispose C# (CSharp) Method

Dispose() public method

public Dispose ( ) : void
return void
            public void Dispose()
            {
                if (this.isDisposed) return;

                this.isDisposed = true;
                this.action();
            }
GUILayoutEx.ActionOnDispose