.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    WriteBooleanArray Method

    WriteBooleanArray(string, bool[])

    Writes a primitive boolean-array.

    Declaration
    void WriteBooleanArray(string fieldName, bool[] bools)
    Parameters
    string fieldName

    name of the field

    bool[] bools

    boolean array to be written

    Remarks

    Writes a primitive boolean-array.

    Exceptions
    IOException

    System.IO.IOException

    In This Article
    • WriteBooleanArray(string, bool[])
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.