TryGetLongList

TryGetLongList(string, out IList<long>)

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

Description

Get the value of the LongList type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

TryGetLongList(int, out IList<long>)

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

Description

Get the value of the LongList type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.