| PofStreamWriterWriteBooleanArray Method | 
Namespace: Tangosol.IO.Pof
 Syntax
Syntaxpublic virtual void WriteBooleanArray( int index, bool[] array )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentException | If the property index is invalid, or is less than or equal to the index of the previous property written to the POF stream. | 
| IOException | If an I/O error occurs. | 
 See Also
See Also