RangeCollectionTryAdd Method |
Trys to add a new element to the set.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool TryAdd(
long item
)
Public Function TryAdd (
item As Long
) As Boolean
public:
bool TryAdd(
long long item
)
member TryAdd :
item : int64 -> bool
Parameters
- item
- Type: SystemInt64
An long to add
Return Value
Type:
BooleanTrue if item was added. False if it already existed in the range.
See Also