Struct Scope._scopeExit
Implements
System.IDisposable
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NFX
Assembly: NFX.dll
Syntax
public struct _scopeExit : IDisposable
Constructors
_scopeExit(Action)
Declaration
public _scopeExit(Action onExit)
Parameters
Type | Name | Description |
---|---|---|
System.Action | onExit |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable