FlexReport for WinForms
WriteCollection(String,ICollection,Boolean,Boolean,Boolean,Boolean) メソッド


C1.Document アセンブリ > C1.Document.Serialization 名前空間 > C1WriterBase クラス > WriteCollection メソッド : WriteCollection(String,ICollection,Boolean,Boolean,Boolean,Boolean) メソッド
シンタックス
'宣言
 
Public Overloads Sub WriteCollection( _
   ByVal name As System.String, _
   ByVal v As System.Collections.ICollection, _
   ByVal canBeReferenced As System.Boolean, _
   ByVal writeType As System.Boolean, _
   ByVal itemsCanBeReferenced As System.Boolean, _
   ByVal throwExceptionIfCanNotBeSerialized As System.Boolean _
) 
'使用法
 
Dim instance As C1WriterBase
Dim name As System.String
Dim v As System.Collections.ICollection
Dim canBeReferenced As System.Boolean
Dim writeType As System.Boolean
Dim itemsCanBeReferenced As System.Boolean
Dim throwExceptionIfCanNotBeSerialized As System.Boolean
 
instance.WriteCollection(name, v, canBeReferenced, writeType, itemsCanBeReferenced, throwExceptionIfCanNotBeSerialized)
public void WriteCollection( 
   System.string name,
   System.Collections.ICollection v,
   System.bool canBeReferenced,
   System.bool writeType,
   System.bool itemsCanBeReferenced,
   System.bool throwExceptionIfCanNotBeSerialized
)

パラメータ

name
v
canBeReferenced
writeType
itemsCanBeReferenced
throwExceptionIfCanNotBeSerialized
参照

参照

C1WriterBase クラス
C1WriterBase メンバ
オーバーロード一覧