シンタックス
'宣言
Public Overloads Sub WriteCollection( _
ByVal As System.String, _
ByVal As System.Collections.ICollection, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal 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 ,
System.Collections.ICollection ,
System.bool ,
System.bool ,
System.bool ,
System.bool
)
パラメータ
- name
- v
- canBeReferenced
- writeType
- itemsCanBeReferenced
- throwExceptionIfCanNotBeSerialized
参照