'宣言 Public ReadOnly Property Cache As System.Collections.Generic.Dictionary(Of String,Object)
'使用法 Dim instance As ReportScriptContextBase Dim value As System.Collections.Generic.Dictionary(Of String,Object) value = instance.Cache
public System.Collections.Generic.Dictionary<string,object> Cache {get;}