TryGetBoolList

TryGetBoolList(string, out IList<bool>)

public bool TryGetBoolList(string name, out IList<bool> value) ;

Description

Get the value of the BoolList type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

TryGetBoolList(int, out IList<bool>)

public bool TryGetBoolList(int id, out IList<bool> value) ;

Description

Get the value of the BoolList type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.