StringFormat.Dispose 方法

定义

释放由此 StringFormat 对象使用的所有资源。Releases all resources used by this StringFormat object.

public:
 virtual void Dispose();
public void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Sub Dispose ()

实现

注解

调用 Dispose 可使此对象使用的资源 StringFormat 出于其他目的进行重新分配。Calling Dispose allows the resources used by this StringFormat object to be reallocated for other purposes.

适用于