シンタックス
'宣言
Public Overloads Sub WriteObject( _
ByVal As System.String, _
ByVal As System.Object, _
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.Object
Dim canBeReferenced As System.Boolean
Dim writeType As System.Boolean
Dim throwExceptionIfCanNotBeSerialized As System.Boolean
instance.WriteObject(name, v, canBeReferenced, writeType, throwExceptionIfCanNotBeSerialized)
public void WriteObject(
System.string ,
System.object ,
System.bool ,
System.bool ,
System.bool
)
パラメータ
- name
- v
- canBeReferenced
- writeType
- throwExceptionIfCanNotBeSerialized
参照