Edit

Share via


IBinaryTokenStreamWriter.TryWriteSimpleObject(Object) Method

Definition

Try to write a simple type (non-array) value to the stream.

public bool TryWriteSimpleObject (object obj);
abstract member TryWriteSimpleObject : obj -> bool
Public Function TryWriteSimpleObject (obj As Object) As Boolean

Parameters

obj
Object

Input object to be written to the output stream.

Returns

Returns true if the value was successfully written to the output stream.

Applies to