我想從使用JSON的XML填充ddlCustomerType。我有一種方法給了我鑰匙和價值。'System.Collections.Generic.Mscorlib_DictionaryDebugView <string,string>'由於其保護級別而無法訪問
var listCustomerType = GlobalBind.GetXMLFullDetails("CustomerType", GlobalConstString.COMMON_SETTING_XML);
我的問題是,我能夠在快速監視窗口中查看數據,但是當我試圖獲取其顯示以下錯誤:
CS0122:
「System.Collections.Generic.Mscorlib_DictionaryDebugView<string,string>' is inaccessible due to its protection level
Here you can check the image for same.
任何機構都可以告訴我如何可以獲取記錄?
我發現用'internal sealed class Mscorlib_DictionaryDebugView'聲明的類,'listCustomerType'是一個Sharepoint相關列表嗎? –