FlexReport for WinForms
ReadDictionary メソッド (C1ReaderBase)


C1.Document アセンブリ > C1.Document.Serialization 名前空間 > C1ReaderBase クラス : ReadDictionary メソッド
シンタックス
'宣言
 
Public MustOverride Function ReadDictionary( _
   ByVal v As System.Collections.IDictionary, _
   ByVal type As System.Type, _
   ByVal readUnknownItem As ReadUnknownObjectDelegate _
) As System.Collections.IDictionary
'使用法
 
Dim instance As C1ReaderBase
Dim v As System.Collections.IDictionary
Dim type As System.Type
Dim readUnknownItem As ReadUnknownObjectDelegate
Dim value As System.Collections.IDictionary
 
value = instance.ReadDictionary(v, type, readUnknownItem)
public abstract System.Collections.IDictionary ReadDictionary( 
   System.Collections.IDictionary v,
   System.Type type,
   ReadUnknownObjectDelegate readUnknownItem
)

パラメータ

v
type
readUnknownItem
参照

参照

C1ReaderBase クラス
C1ReaderBase メンバ