JsonReader.Dispose 方法
釋放TextPeekReader所使用的所有資源。此成員是保留給內部使用,而不是用來直接從您的程式碼使用
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight.Runtime (在 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中); Microsoft.SharePoint.Client.Phone.Runtime (在 Microsoft.SharePoint.Client.Phone.Runtime.dll 中) Microsoft.SharePoint.Client.Runtime (在 Microsoft.SharePoint.Client.Runtime.dll 中)
語法
'宣告
Public Sub Dispose
'用途
Dim instance As JsonReader
instance.Dispose()
public void Dispose()
實作
備註
這個方法放開TextPeekReader的所有參考,以便可以回收TextPeekReader佔用的記憶體。