TryGetBoolList
TryGetBoolList(out IList<bool>)
public bool TryGetBoolList(out IList<bool> value) ;
Description
Get the value of the BoolList type.
Parameters
| Parameter Name | Description |
|---|---|
| value | Value. |
Returns
Return true if the value can be obtained.