C# Class TensorSharp.Core.DelegateDisposable

Inheritance: IDisposable
Mostrar archivo Open project: zhongkaifu/Seq2SeqSharp

Public Methods

Method Description
DelegateDisposable ( Action action ) : System
Dispose ( ) : void

Method Details

DelegateDisposable() public method

public DelegateDisposable ( Action action ) : System
action Action
return System

Dispose() public method

public Dispose ( ) : void
return void